Color Hex Logo

#cc7de1 Color Hex

#CC7DE1
(204,125,225)
0 Favorites   0 Comments

Color spaces of #cc7de1

RGB 204125225
HSL0.800.630.69
HSV287°44°88°
CMYK 0.090.440.00   0.12
XYZ45.826132.940875.1771
Yxy32.94080.29770.2140
Hunter Lab57.394142.0831-37.4846
CIE-Lab64.112946.7537-38.6428

#cc7de1 color RGB value is (204,125,225).

#cc7de1 hex color red value is 204, green value is 125 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #cc7de1 hue: 0.80 , saturation: 0.63 and the lightness value of cc7de1 is 0.69.

The process color (four color CMYK) of #cc7de1 color hex is 0.09, 0.44, 0.00, 0.12. Web safe color of #cc7de1 is #cc66cc. Color #cc7de1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01111101 11100001
Octal 314 175 341
Decimal 204 125 225
Hex CC 7D E1

RGB Percentages of Color #cc7de1

%36.82
%22.56
%40.61

CMYK Percentages of Color #cc7de1

%9
%44
%0
%12

Triadic Colors of #cc7de1

#cc7de1 #e1cc7d #7de1cc

Analogous Colors of #cc7de1

#cc7de1 #e17dc4 #9a7de1

Monochromatic Colors of #cc7de1

#cc7de1

Complementary Color

#cc7de1 #92e17d

#cc7de1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc7de1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc7de1 Color CSS Codes

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

#cc7de1 Text Font Color

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

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


#cc7de1 Background Color

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

This div background color is #cc7de1


#cc7de1 Border Color

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

This div border color is #cc7de1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc7de1


Comments

No comments written yet.

Please login to write comment.