Color Hex Logo

#c255ce Color Hex

#C255CE
(194,85,206)
0 Favorites   0 Comments

Color spaces of #c255ce

RGB 19485206
HSL0.820.550.57
HSV294°59°81°
CMYK 0.060.590.00   0.19
XYZ36.637222.422660.7895
Yxy22.42260.30570.1871
Hunter Lab47.352555.2407-42.9677
CIE-Lab54.472560.1244-43.1801

#c255ce color RGB value is (194,85,206).

#c255ce hex color red value is 194, green value is 85 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c255ce hue: 0.82 , saturation: 0.55 and the lightness value of c255ce is 0.57.

The process color (four color CMYK) of #c255ce color hex is 0.06, 0.59, 0.00, 0.19. Web safe color of #c255ce is #cc66cc. Color #c255ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01010101 11001110
Octal 302 125 316
Decimal 194 85 206
Hex C2 55 CE

RGB Percentages of Color #c255ce

%40.00
%17.53
%42.47

CMYK Percentages of Color #c255ce

%6
%59
%0
%19

Triadic Colors of #c255ce

#c255ce #cec255 #55cec2

Analogous Colors of #c255ce

#c255ce #ce559e #8655ce

Monochromatic Colors of #c255ce

#c255ce

Complementary Color

#c255ce #61ce55

#c255ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c255ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c255ce Color CSS Codes

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

#c255ce Text Font Color

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

This sample text font color is #c255ce
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.


#c255ce Background Color

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

This div background color is #c255ce


#c255ce Border Color

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

This div border color is #c255ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,85,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 #c255ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c255ce


Comments

No comments written yet.

Please login to write comment.