Color Hex Logo

#cc0efd Color Hex

#CC0EFD
(204,14,253)
0 Favorites   0 Comments

Color spaces of #cc0efd

RGB 20414253
HSL0.800.980.52
HSV288°94°99°
CMYK 0.190.940.00   0.01
XYZ42.788520.243394.5806
Yxy20.24330.27150.1284
Hunter Lab44.992691.0188-93.1410
CIE-Lab52.111289.6238-73.3958

#cc0efd color RGB value is (204,14,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00001110 11111101
Octal 314 16 375
Decimal 204 14 253
Hex CC E FD

RGB Percentages of Color #cc0efd

%43.31
%2.97
%53.72

CMYK Percentages of Color #cc0efd

%19
%94
%0
%1

Triadic Colors of #cc0efd

#cc0efd #fdcc0e #0efdcc

Analogous Colors of #cc0efd

#cc0efd #fd0eb7 #540efd

Monochromatic Colors of #cc0efd

#cc0efd

Complementary Color

#cc0efd #3ffd0e

#cc0efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc0efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc0efd Color CSS Codes

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

#cc0efd Text Font Color

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

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


#cc0efd Background Color

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

This div background color is #cc0efd


#cc0efd Border Color

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

This div border color is #cc0efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc0efd


Comments

No comments written yet.

Please login to write comment.