Color Hex Logo

#cc0ffd Color Hex

#CC0FFD
(204,15,253)
0 Favorites   0 Comments

Color spaces of #cc0ffd

RGB 20415253
HSL0.800.980.53
HSV288°94°99°
CMYK 0.190.940.00   0.01
XYZ42.802320.270994.5852
Yxy20.27090.27150.1286
Hunter Lab45.023290.9043-93.0407
CIE-Lab52.142189.5317-73.3455

#cc0ffd color RGB value is (204,15,253).

#cc0ffd hex color red value is 204, green value is 15 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #cc0ffd hue: 0.80 , saturation: 0.98 and the lightness value of cc0ffd is 0.53.

The process color (four color CMYK) of #cc0ffd color hex is 0.19, 0.94, 0.00, 0.01. Web safe color of #cc0ffd is #cc00ff. Color #cc0ffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00001111 11111101
Octal 314 17 375
Decimal 204 15 253
Hex CC F FD

RGB Percentages of Color #cc0ffd

%43.22
%3.18
%53.60

CMYK Percentages of Color #cc0ffd

%19
%94
%0
%1

Triadic Colors of #cc0ffd

#cc0ffd #fdcc0f #0ffdcc

Analogous Colors of #cc0ffd

#cc0ffd #fd0fb7 #550ffd

Monochromatic Colors of #cc0ffd

#cc0ffd

Complementary Color

#cc0ffd #40fd0f

#cc0ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc0ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc0ffd Color CSS Codes

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

#cc0ffd Text Font Color

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

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


#cc0ffd Background Color

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

This div background color is #cc0ffd


#cc0ffd Border Color

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

This div border color is #cc0ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc0ffd


Comments

No comments written yet.

Please login to write comment.