Color Hex Logo

#cb85df Color Hex

#CB85DF
(203,133,223)
0 Favorites   0 Comments

Color spaces of #cb85df

RGB 203133223
HSL0.800.580.70
HSV287°40°87°
CMYK 0.090.400.00   0.13
XYZ46.335434.799374.0868
Yxy34.79930.29850.2242
Hunter Lab58.990936.9716-33.1687
CIE-Lab65.592141.8251-35.2338

#cb85df color RGB value is (203,133,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10000101 11011111
Octal 313 205 337
Decimal 203 133 223
Hex CB 85 DF

RGB Percentages of Color #cb85df

%36.31
%23.79
%39.89

CMYK Percentages of Color #cb85df

%9
%40
%0
%13

Triadic Colors of #cb85df

#cb85df #dfcb85 #85dfcb

Analogous Colors of #cb85df

#cb85df #df85c6 #9e85df

Monochromatic Colors of #cb85df

#cb85df

Complementary Color

#cb85df #99df85

#cb85df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb85df Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb85df Color CSS Codes

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

#cb85df Text Font Color

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

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


#cb85df Background Color

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

This div background color is #cb85df


#cb85df Border Color

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

This div border color is #cb85df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,133,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 #cb85df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb85df


Comments

No comments written yet.

Please login to write comment.