Color Hex Logo

#cb84dd Color Hex

#CB84DD
(203,132,221)
0 Favorites   0 Comments

Color spaces of #cb84dd

RGB 203132221
HSL0.800.570.69
HSV288°40°87°
CMYK 0.080.400.00   0.13
XYZ45.931034.419572.6294
Yxy34.41950.30020.2250
Hunter Lab58.668137.0776-32.3316
CIE-Lab65.294241.9610-34.5864

#cb84dd color RGB value is (203,132,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10000100 11011101
Octal 313 204 335
Decimal 203 132 221
Hex CB 84 DD

RGB Percentages of Color #cb84dd

%36.51
%23.74
%39.75

CMYK Percentages of Color #cb84dd

%8
%40
%0
%13

Triadic Colors of #cb84dd

#cb84dd #ddcb84 #84ddcb

Analogous Colors of #cb84dd

#cb84dd #dd84c3 #9f84dd

Monochromatic Colors of #cb84dd

#cb84dd

Complementary Color

#cb84dd #96dd84

#cb84dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb84dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb84dd Color CSS Codes

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

#cb84dd Text Font Color

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

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


#cb84dd Background Color

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

This div background color is #cb84dd


#cb84dd Border Color

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

This div border color is #cb84dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb84dd


Comments

No comments written yet.

Please login to write comment.