Color Hex Logo

#cc67da Color Hex

#CC67DA
(204,103,218)
0 Favorites   0 Comments

Color spaces of #cc67da

RGB 204103218
HSL0.810.610.63
HSV293°53°85°
CMYK 0.060.530.00   0.15
XYZ42.407027.599869.4219
Yxy27.59980.30410.1979
Hunter Lab52.535552.1492-41.5726
CIE-Lab59.525456.5235-41.9212

#cc67da color RGB value is (204,103,218).

#cc67da hex color red value is 204, green value is 103 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #cc67da hue: 0.81 , saturation: 0.61 and the lightness value of cc67da is 0.63.

The process color (four color CMYK) of #cc67da color hex is 0.06, 0.53, 0.00, 0.15. Web safe color of #cc67da is #cc66cc. Color #cc67da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01100111 11011010
Octal 314 147 332
Decimal 204 103 218
Hex CC 67 DA

RGB Percentages of Color #cc67da

%38.86
%19.62
%41.52

CMYK Percentages of Color #cc67da

%6
%53
%0
%15

Triadic Colors of #cc67da

#cc67da #dacc67 #67dacc

Analogous Colors of #cc67da

#cc67da #da67af #9367da

Monochromatic Colors of #cc67da

#cc67da

Complementary Color

#cc67da #75da67

#cc67da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc67da Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc67da Color CSS Codes

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

#cc67da Text Font Color

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

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


#cc67da Background Color

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

This div background color is #cc67da


#cc67da Border Color

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

This div border color is #cc67da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc67da


Comments

No comments written yet.

Please login to write comment.