Color Hex Logo

#cc3de9 Color Hex

#CC3DE9
(204,61,233)
0 Favorites   0 Comments

Color spaces of #cc3de9

RGB 20461233
HSL0.810.800.58
HSV290°74°91°
CMYK 0.120.740.00   0.09
XYZ41.278622.058079.1728
Yxy22.05800.28970.1548
Hunter Lab46.965974.6941-67.0719
CIE-Lab54.088576.5394-59.0043

#cc3de9 color RGB value is (204,61,233).

#cc3de9 hex color red value is 204, green value is 61 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #cc3de9 hue: 0.81 , saturation: 0.80 and the lightness value of cc3de9 is 0.58.

The process color (four color CMYK) of #cc3de9 color hex is 0.12, 0.74, 0.00, 0.09. Web safe color of #cc3de9 is #cc33ff. Color #cc3de9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00111101 11101001
Octal 314 75 351
Decimal 204 61 233
Hex CC 3D E9

RGB Percentages of Color #cc3de9

%40.96
%12.25
%46.79

CMYK Percentages of Color #cc3de9

%12
%74
%0
%9

Triadic Colors of #cc3de9

#cc3de9 #e9cc3d #3de9cc

Analogous Colors of #cc3de9

#cc3de9 #e93db0 #763de9

Monochromatic Colors of #cc3de9

#cc3de9

Complementary Color

#cc3de9 #5ae93d

#cc3de9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc3de9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc3de9 Color CSS Codes

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

#cc3de9 Text Font Color

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

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


#cc3de9 Background Color

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

This div background color is #cc3de9


#cc3de9 Border Color

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

This div border color is #cc3de9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc3de9


Comments

No comments written yet.

Please login to write comment.