Color Hex Logo

#cc7dfe Color Hex

#CC7DFE
(204,125,254)
0 Favorites   0 Comments

Color spaces of #cc7dfe

RGB 204125254
HSL0.770.980.74
HSV277°51°100°
CMYK 0.200.510.00   0.00
XYZ50.124834.660497.8142
Yxy34.66040.27450.1898
Hunter Lab58.873148.9478-57.2957
CIE-Lab65.483452.7413-52.4906

#cc7dfe color RGB value is (204,125,254).

#cc7dfe hex color red value is 204, green value is 125 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #cc7dfe hue: 0.77 , saturation: 0.98 and the lightness value of cc7dfe is 0.74.

The process color (four color CMYK) of #cc7dfe color hex is 0.20, 0.51, 0.00, 0.00. Web safe color of #cc7dfe is #cc66ff. Color #cc7dfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01111101 11111110
Octal 314 175 376
Decimal 204 125 254
Hex CC 7D FE

RGB Percentages of Color #cc7dfe

%34.99
%21.44
%43.57

CMYK Percentages of Color #cc7dfe

%20
%51
%0
%0

Triadic Colors of #cc7dfe

#cc7dfe #fecc7d #7dfecc

Analogous Colors of #cc7dfe

#cc7dfe #fe7df0 #8c7dfe

Monochromatic Colors of #cc7dfe

#cc7dfe

Complementary Color

#cc7dfe #affe7d

#cc7dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc7dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc7dfe Color CSS Codes

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

#cc7dfe Text Font Color

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

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


#cc7dfe Background Color

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

This div background color is #cc7dfe


#cc7dfe Border Color

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

This div border color is #cc7dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc7dfe

Related Colors


Comments

No comments written yet.

Please login to write comment.