Color Hex Logo

#cb82df Color Hex

#CB82DF
(203,130,223)
0 Favorites   0 Comments

Color spaces of #cb82df

RGB 203130223
HSL0.800.590.69
HSV287°42°87°
CMYK 0.090.420.00   0.13
XYZ45.930533.989573.9519
Yxy33.98950.29850.2209
Hunter Lab58.300538.6005-34.3967
CIE-Lab64.954243.4249-36.2268

#cb82df color RGB value is (203,130,223).

#cb82df hex color red value is 203, green value is 130 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #cb82df hue: 0.80 , saturation: 0.59 and the lightness value of cb82df is 0.69.

The process color (four color CMYK) of #cb82df color hex is 0.09, 0.42, 0.00, 0.13. Web safe color of #cb82df is #cc99cc. Color #cb82df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10000010 11011111
Octal 313 202 337
Decimal 203 130 223
Hex CB 82 DF

RGB Percentages of Color #cb82df

%36.51
%23.38
%40.11

CMYK Percentages of Color #cb82df

%9
%42
%0
%13

Triadic Colors of #cb82df

#cb82df #dfcb82 #82dfcb

Analogous Colors of #cb82df

#cb82df #df82c5 #9d82df

Monochromatic Colors of #cb82df

#cb82df

Complementary Color

#cb82df #96df82

#cb82df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb82df Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb82df Color CSS Codes

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

#cb82df Text Font Color

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

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


#cb82df Background Color

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

This div background color is #cb82df


#cb82df Border Color

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

This div border color is #cb82df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb82df


Comments

No comments written yet.

Please login to write comment.