Color Hex Logo

#c990bc Color Hex

#C990BC
(201,144,188)
0 Favorites   0 Comments

Color spaces of #c990bc

RGB 201144188
HSL0.870.350.68
HSV314°28°79°
CMYK 0.000.280.06   0.21
XYZ43.137835.994952.2510
Yxy35.99490.32830.2740
Hunter Lab59.995723.3515-9.6393
CIE-Lab66.516028.5739-14.3129

#c990bc color RGB value is (201,144,188).

#c990bc hex color red value is 201, green value is 144 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c990bc hue: 0.87 , saturation: 0.35 and the lightness value of c990bc is 0.68.

The process color (four color CMYK) of #c990bc color hex is 0.00, 0.28, 0.06, 0.21. Web safe color of #c990bc is #cc99cc. Color #c990bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10010000 10111100
Octal 311 220 274
Decimal 201 144 188
Hex C9 90 BC

RGB Percentages of Color #c990bc

%37.71
%27.02
%35.27

CMYK Percentages of Color #c990bc

%0
%28
%6
%21

Triadic Colors of #c990bc

#c990bc #bcc990 #90bcc9

Analogous Colors of #c990bc

#c990bc #c990a0 #ba90c9

Monochromatic Colors of #c990bc

#c990bc

Complementary Color

#c990bc #90c99d

#c990bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c990bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c990bc Color CSS Codes

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

#c990bc Text Font Color

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

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


#c990bc Background Color

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

This div background color is #c990bc


#c990bc Border Color

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

This div border color is #c990bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c990bc


Comments

No comments written yet.

Please login to write comment.