Color Hex Logo

#cb72dd Color Hex

#CB72DD
(203,114,221)
0 Favorites   0 Comments

Color spaces of #cb72dd

RGB 203114221
HSL0.810.610.66
HSV290°48°87°
CMYK 0.080.480.00   0.13
XYZ43.697129.951671.8848
Yxy29.95160.30030.2058
Hunter Lab54.728146.7475-39.5672
CIE-Lab61.612451.3636-40.3350

#cb72dd color RGB value is (203,114,221).

#cb72dd hex color red value is 203, green value is 114 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #cb72dd hue: 0.81 , saturation: 0.61 and the lightness value of cb72dd is 0.66.

The process color (four color CMYK) of #cb72dd color hex is 0.08, 0.48, 0.00, 0.13. Web safe color of #cb72dd is #cc66cc. Color #cb72dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01110010 11011101
Octal 313 162 335
Decimal 203 114 221
Hex CB 72 DD

RGB Percentages of Color #cb72dd

%37.73
%21.19
%41.08

CMYK Percentages of Color #cb72dd

%8
%48
%0
%13

Triadic Colors of #cb72dd

#cb72dd #ddcb72 #72ddcb

Analogous Colors of #cb72dd

#cb72dd #dd72ba #9672dd

Monochromatic Colors of #cb72dd

#cb72dd

Complementary Color

#cb72dd #84dd72

#cb72dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb72dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb72dd Color CSS Codes

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

#cb72dd Text Font Color

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

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


#cb72dd Background Color

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

This div background color is #cb72dd


#cb72dd Border Color

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

This div border color is #cb72dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb72dd


Comments

No comments written yet.

Please login to write comment.