Color Hex Logo

#c905ce Color Hex

#C905CE
(201,5,206)
0 Favorites   0 Comments

Color spaces of #c905ce

RGB 2015206
HSL0.830.950.41
HSV299°98°81°
CMYK 0.020.980.00   0.19
XYZ35.282216.982359.8108
Yxy16.98230.31480.1515
Hunter Lab41.209680.7087-57.2057
CIE-Lab48.237782.4562-53.0413

#c905ce color RGB value is (201,5,206).

#c905ce hex color red value is 201, green value is 5 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c905ce hue: 0.83 , saturation: 0.95 and the lightness value of c905ce is 0.41.

The process color (four color CMYK) of #c905ce color hex is 0.02, 0.98, 0.00, 0.19. Web safe color of #c905ce is #cc00cc. Color #c905ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00000101 11001110
Octal 311 5 316
Decimal 201 5 206
Hex C9 5 CE

RGB Percentages of Color #c905ce

%48.79
%1.21
%50.00

CMYK Percentages of Color #c905ce

%2
%98
%0
%19

Triadic Colors of #c905ce

#c905ce #cec905 #05cec9

Analogous Colors of #c905ce

#c905ce #ce056f #6505ce

Monochromatic Colors of #c905ce

#c905ce

Complementary Color

#c905ce #0ace05

#c905ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c905ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c905ce Color CSS Codes

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

#c905ce Text Font Color

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

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


#c905ce Background Color

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

This div background color is #c905ce


#c905ce Border Color

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

This div border color is #c905ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c905ce


Comments

No comments written yet.

Please login to write comment.