Color Hex Logo

#cc3efd Color Hex

#CC3EFD
(204,62,253)
0 Favorites   0 Comments

Color spaces of #cc3efd

RGB 20462253
HSL0.790.980.62
HSV285°75°99°
CMYK 0.190.750.00   0.01
XYZ44.354123.374595.1025
Yxy23.37450.27240.1436
Hunter Lab48.347279.1498-82.7848
CIE-Lab55.456079.8243-67.9792

#cc3efd color RGB value is (204,62,253).

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

The process color (four color CMYK) of #cc3efd color hex is 0.19, 0.75, 0.00, 0.01. Web safe color of #cc3efd is #cc33ff. Color #cc3efd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00111110 11111101
Octal 314 76 375
Decimal 204 62 253
Hex CC 3E FD

RGB Percentages of Color #cc3efd

%39.31
%11.95
%48.75

CMYK Percentages of Color #cc3efd

%19
%75
%0
%1

Triadic Colors of #cc3efd

#cc3efd #fdcc3e #3efdcc

Analogous Colors of #cc3efd

#cc3efd #fd3ecf #6d3efd

Monochromatic Colors of #cc3efd

#cc3efd

Complementary Color

#cc3efd #6ffd3e

#cc3efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc3efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc3efd Color CSS Codes

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

#cc3efd Text Font Color

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

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


#cc3efd Background Color

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

This div background color is #cc3efd


#cc3efd Border Color

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

This div border color is #cc3efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc3efd


Comments

No comments written yet.

Please login to write comment.