Color Hex Logo

#c90bcf Color Hex

#C90BCF
(201,11,207)
0 Favorites   0 Comments

Color spaces of #c90bcf

RGB 20111207
HSL0.830.900.43
HSV298°95°81°
CMYK 0.030.950.00   0.19
XYZ35.469617.161860.4746
Yxy17.16180.31360.1517
Hunter Lab41.426880.3347-57.5524
CIE-Lab48.463382.1191-53.2561

#c90bcf color RGB value is (201,11,207).

#c90bcf hex color red value is 201, green value is 11 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c90bcf hue: 0.83 , saturation: 0.90 and the lightness value of c90bcf is 0.43.

The process color (four color CMYK) of #c90bcf color hex is 0.03, 0.95, 0.00, 0.19. Web safe color of #c90bcf is #cc00cc. Color #c90bcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00001011 11001111
Octal 311 13 317
Decimal 201 11 207
Hex C9 B CF

RGB Percentages of Color #c90bcf

%47.97
%2.63
%49.40

CMYK Percentages of Color #c90bcf

%3
%95
%0
%19

Triadic Colors of #c90bcf

#c90bcf #cfc90b #0bcfc9

Analogous Colors of #c90bcf

#c90bcf #cf0b73 #670bcf

Monochromatic Colors of #c90bcf

#c90bcf

Complementary Color

#c90bcf #11cf0b

#c90bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c90bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c90bcf Color CSS Codes

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

#c90bcf Text Font Color

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

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


#c90bcf Background Color

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

This div background color is #c90bcf


#c90bcf Border Color

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

This div border color is #c90bcf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,11,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c90bcf


Comments

No comments written yet.

Please login to write comment.