Color Hex Logo

#cb90dc Color Hex

#CB90DC
(203,144,220)
0 Favorites   0 Comments

Color spaces of #cb90dc

RGB 203144220
HSL0.800.520.71
HSV287°35°86°
CMYK 0.080.350.00   0.14
XYZ47.520137.810372.5037
Yxy37.81030.30110.2396
Hunter Lab61.490130.3388-26.8665
CIE-Lab67.880635.2866-30.0262

#cb90dc color RGB value is (203,144,220).

#cb90dc hex color red value is 203, green value is 144 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #cb90dc hue: 0.80 , saturation: 0.52 and the lightness value of cb90dc is 0.71.

The process color (four color CMYK) of #cb90dc color hex is 0.08, 0.35, 0.00, 0.14. Web safe color of #cb90dc is #cc99cc. Color #cb90dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10010000 11011100
Octal 313 220 334
Decimal 203 144 220
Hex CB 90 DC

RGB Percentages of Color #cb90dc

%35.80
%25.40
%38.80

CMYK Percentages of Color #cb90dc

%8
%35
%0
%14

Triadic Colors of #cb90dc

#cb90dc #dccb90 #90dccb

Analogous Colors of #cb90dc

#cb90dc #dc90c7 #a590dc

Monochromatic Colors of #cb90dc

#cb90dc

Complementary Color

#cb90dc #a1dc90

#cb90dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb90dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb90dc Color CSS Codes

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

#cb90dc Text Font Color

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

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


#cb90dc Background Color

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

This div background color is #cb90dc


#cb90dc Border Color

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

This div border color is #cb90dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb90dc


Comments

No comments written yet.

Please login to write comment.