color codes Logo

#cb85dd color codes

#CB85DD
(203,133,221)
0 Favorites   0 Comments

Color spaces of #cb85dd

RGB 203133221
HSL0.800.560.69
HSV288°40°87°
CMYK 0.080.400.00   0.13
XYZ46.067334.692072.6748
Yxy34.69200.30020.2261
Hunter Lab58.899936.5351-31.9262
CIE-Lab65.508241.4265-34.2539

#cb85dd color RGB value is (203,133,221).

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

The process color (four color CMYK) of #cb85dd color code is 0.08, 0.40, 0.00, 0.13. Web safe color of #cb85dd is #cc99cc. Color #cb85dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10000101 11011101
Octal 313 205 335
Decimal 203 133 221
Hex CB 85 DD

RGB Percentages of Color #cb85dd

%36.45
%23.88
%39.68

CMYK Percentages of Color #cb85dd

%8
%40
%0
%13

Triadic Colors of #cb85dd

#cb85dd #ddcb85 #85ddcb

Analogous Colors of #cb85dd

#cb85dd #dd85c3 #9f85dd

Monochromatic Colors of #cb85dd

#cb85dd

Complementary Color

#cb85dd #97dd85

#cb85dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb85dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb85dd Color CSS Codes

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

#cb85dd Text Font Color

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

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


#cb85dd Background Color

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

This div background color is #cb85dd


#cb85dd Border Color

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

This div border color is #cb85dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb85dd


Comments

No comments written yet.

Please login to write comment.