Color Hex Logo

#cc8fd2 Color Hex

#CC8FD2
(204,143,210)
0 Favorites   0 Comments

Color spaces of #cc8fd2

RGB 204143210
HSL0.820.430.69
HSV295°32°82°
CMYK 0.030.320.00   0.18
XYZ46.357237.135465.6973
Yxy37.13540.31070.2489
Hunter Lab60.938829.1451-21.2626
CIE-Lab67.378534.1869-25.2462

#cc8fd2 color RGB value is (204,143,210).

#cc8fd2 hex color red value is 204, green value is 143 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #cc8fd2 hue: 0.82 , saturation: 0.43 and the lightness value of cc8fd2 is 0.69.

The process color (four color CMYK) of #cc8fd2 color hex is 0.03, 0.32, 0.00, 0.18. Web safe color of #cc8fd2 is #cc99cc. Color #cc8fd2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10001111 11010010
Octal 314 217 322
Decimal 204 143 210
Hex CC 8F D2

RGB Percentages of Color #cc8fd2

%36.62
%25.67
%37.70

CMYK Percentages of Color #cc8fd2

%3
%32
%0
%18

Triadic Colors of #cc8fd2

#cc8fd2 #d2cc8f #8fd2cc

Analogous Colors of #cc8fd2

#cc8fd2 #d28fb7 #ab8fd2

Monochromatic Colors of #cc8fd2

#cc8fd2

Complementary Color

#cc8fd2 #95d28f

#cc8fd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc8fd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc8fd2 Color CSS Codes

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

#cc8fd2 Text Font Color

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

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


#cc8fd2 Background Color

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

This div background color is #cc8fd2


#cc8fd2 Border Color

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

This div border color is #cc8fd2


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,143,210, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc8fd2


Comments

No comments written yet.

Please login to write comment.