Color Hex Logo

#cc1def Color Hex

#CC1DEF
(204,29,239)
0 Favorites   0 Comments

Color spaces of #cc1def

RGB 20429239
HSL0.810.870.53
HSV290°88°94°
CMYK 0.150.880.00   0.06
XYZ40.921219.948183.3549
Yxy19.94810.28370.1383
Hunter Lab44.663385.3837-79.3883
CIE-Lab51.778585.4004-66.0995

#cc1def color RGB value is (204,29,239).

#cc1def hex color red value is 204, green value is 29 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #cc1def hue: 0.81 , saturation: 0.87 and the lightness value of cc1def is 0.53.

The process color (four color CMYK) of #cc1def color hex is 0.15, 0.88, 0.00, 0.06. Web safe color of #cc1def is #cc33ff. Color #cc1def contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00011101 11101111
Octal 314 35 357
Decimal 204 29 239
Hex CC 1D EF

RGB Percentages of Color #cc1def

%43.22
%6.14
%50.64

CMYK Percentages of Color #cc1def

%15
%88
%0
%6

Triadic Colors of #cc1def

#cc1def #efcc1d #1defcc

Analogous Colors of #cc1def

#cc1def #ef1da9 #631def

Monochromatic Colors of #cc1def

#cc1def

Complementary Color

#cc1def #40ef1d

#cc1def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc1def Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc1def Color CSS Codes

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

#cc1def Text Font Color

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

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


#cc1def Background Color

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

This div background color is #cc1def


#cc1def Border Color

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

This div border color is #cc1def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc1def


Comments

No comments written yet.

Please login to write comment.