Color Hex Logo

#cc8ffd Color Hex

#CC8FFD
(204,143,253)
0 Favorites   0 Comments

Color spaces of #cc8ffd

RGB 204143253
HSL0.760.960.78
HSV273°43°99°
CMYK 0.190.430.00   0.01
XYZ52.453939.574197.8025
Yxy39.57410.27630.2085
Hunter Lab62.907938.7479-48.1421
CIE-Lab69.165143.0342-46.1352

#cc8ffd color RGB value is (204,143,253).

#cc8ffd hex color red value is 204, green value is 143 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #cc8ffd hue: 0.76 , saturation: 0.96 and the lightness value of cc8ffd is 0.78.

The process color (four color CMYK) of #cc8ffd color hex is 0.19, 0.43, 0.00, 0.01. Web safe color of #cc8ffd is #cc99ff. Color #cc8ffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10001111 11111101
Octal 314 217 375
Decimal 204 143 253
Hex CC 8F FD

RGB Percentages of Color #cc8ffd

%34.00
%23.83
%42.17

CMYK Percentages of Color #cc8ffd

%19
%43
%0
%1

Triadic Colors of #cc8ffd

#cc8ffd #fdcc8f #8ffdcc

Analogous Colors of #cc8ffd

#cc8ffd #fd8ff7 #958ffd

Monochromatic Colors of #cc8ffd

#cc8ffd

Complementary Color

#cc8ffd #c0fd8f

#cc8ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc8ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc8ffd Color CSS Codes

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

#cc8ffd Text Font Color

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

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


#cc8ffd Background Color

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

This div background color is #cc8ffd


#cc8ffd Border Color

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

This div border color is #cc8ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc8ffd

Related Colors


Comments

No comments written yet.

Please login to write comment.