Color Hex Logo

#cb72da Color Hex

#CB72DA
(203,114,218)
0 Favorites   0 Comments

Color spaces of #cb72da

RGB 203114218
HSL0.810.580.65
HSV291°48°85°
CMYK 0.070.480.00   0.15
XYZ43.300829.793169.7981
Yxy29.79310.30300.2085
Hunter Lab54.583146.0839-37.6090
CIE-Lab61.475350.7846-38.8698

#cb72da color RGB value is (203,114,218).

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

The process color (four color CMYK) of #cb72da color hex is 0.07, 0.48, 0.00, 0.15. Web safe color of #cb72da is #cc66cc. Color #cb72da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01110010 11011010
Octal 313 162 332
Decimal 203 114 218
Hex CB 72 DA

RGB Percentages of Color #cb72da

%37.94
%21.31
%40.75

CMYK Percentages of Color #cb72da

%7
%48
%0
%15

Triadic Colors of #cb72da

#cb72da #dacb72 #72dacb

Analogous Colors of #cb72da

#cb72da #da72b5 #9772da

Monochromatic Colors of #cb72da

#cb72da

Complementary Color

#cb72da #81da72

#cb72da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb72da Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb72da Color CSS Codes

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

#cb72da Text Font Color

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

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


#cb72da Background Color

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

This div background color is #cb72da


#cb72da Border Color

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

This div border color is #cb72da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb72da


Comments

No comments written yet.

Please login to write comment.