Color Hex Logo

#c185ce Color Hex

#C185CE
(193,133,206)
0 Favorites   0 Comments

Color spaces of #c185ce

RGB 193133206
HSL0.800.430.66
HSV289°35°81°
CMYK 0.060.350.00   0.19
XYZ41.520432.568762.4906
Yxy32.56870.30400.2385
Hunter Lab57.069029.9965-24.9743
CIE-Lab63.810235.3736-28.6029

#c185ce color RGB value is (193,133,206).

#c185ce hex color red value is 193, green value is 133 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c185ce hue: 0.80 , saturation: 0.43 and the lightness value of c185ce is 0.66.

The process color (four color CMYK) of #c185ce color hex is 0.06, 0.35, 0.00, 0.19. Web safe color of #c185ce is #cc99cc. Color #c185ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10000101 11001110
Octal 301 205 316
Decimal 193 133 206
Hex C1 85 CE

RGB Percentages of Color #c185ce

%36.28
%25.00
%38.72

CMYK Percentages of Color #c185ce

%6
%35
%0
%19

Triadic Colors of #c185ce

#c185ce #cec185 #85cec1

Analogous Colors of #c185ce

#c185ce #ce85b7 #9d85ce

Monochromatic Colors of #c185ce

#c185ce

Complementary Color

#c185ce #92ce85

#c185ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c185ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c185ce Color CSS Codes

.mybgcolor {background-color:#c185ce; } 
.myforecolor {color:#c185ce; }
.mybordercolor {border:3px solid #c185ce; }

#c185ce Text Font Color

<p style="color:#c185ce">Text here</p>

This sample text font color is #c185ce
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c185ce Background Color

<div style="background-color:#c185ce">
Div content here</div>

This div background color is #c185ce


#c185ce Border Color

<div style="border:3px solid #c185ce">
Div here</div>

This div border color is #c185ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(193,133,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c185ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c185ce;
  -webkit-box-shadow: 1px 1px 3px 2px #c185ce;
  box-shadow:         1px 1px 3px 2px #c185ce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,133,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c185ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c185ce;
  -webkit-box-shadow: 1px 1px 3px 2px #c185ce;
  box-shadow:         1px 1px 3px 2px #c185ce;">
Div content here</div>

This div box has shadow with color #c185ce


Comments

No comments written yet.

Please login to write comment.