Color Hex Logo

#c990bb Color Hex

#C990BB
(201,144,187)
0 Favorites   0 Comments

Color spaces of #c990bb

RGB 201144187
HSL0.870.350.68
HSV315°28°79°
CMYK 0.000.280.07   0.21
XYZ43.030335.951951.6852
Yxy35.95190.32930.2751
Hunter Lab59.959923.1709-9.1358
CIE-Lab66.483228.3962-13.8023

#c990bb color RGB value is (201,144,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10010000 10111011
Octal 311 220 273
Decimal 201 144 187
Hex C9 90 BB

RGB Percentages of Color #c990bb

%37.78
%27.07
%35.15

CMYK Percentages of Color #c990bb

%0
%28
%7
%21

Triadic Colors of #c990bb

#c990bb #bbc990 #90bbc9

Analogous Colors of #c990bb

#c990bb #c9909f #bb90c9

Monochromatic Colors of #c990bb

#c990bb

Complementary Color

#c990bb #90c99e

#c990bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c990bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c990bb Color CSS Codes

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

#c990bb Text Font Color

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

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


#c990bb Background Color

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

This div background color is #c990bb


#c990bb Border Color

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

This div border color is #c990bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c990bb


Comments

No comments written yet.

Please login to write comment.