Color Hex Logo

#cc47eb Color Hex

#CC47EB
(204,71,235)
0 Favorites   0 Comments

Color spaces of #cc47eb

RGB 20471235
HSL0.800.800.60
HSV289°70°92°
CMYK 0.130.700.00   0.08
XYZ42.150523.342080.8811
Yxy23.34200.28800.1595
Hunter Lab48.313671.1811-65.4371
CIE-Lab55.422973.4351-57.9879

#cc47eb color RGB value is (204,71,235).

#cc47eb hex color red value is 204, green value is 71 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #cc47eb hue: 0.80 , saturation: 0.80 and the lightness value of cc47eb is 0.60.

The process color (four color CMYK) of #cc47eb color hex is 0.13, 0.70, 0.00, 0.08. Web safe color of #cc47eb is #cc33ff. Color #cc47eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01000111 11101011
Octal 314 107 353
Decimal 204 71 235
Hex CC 47 EB

RGB Percentages of Color #cc47eb

%40.00
%13.92
%46.08

CMYK Percentages of Color #cc47eb

%13
%70
%0
%8

Triadic Colors of #cc47eb

#cc47eb #ebcc47 #47ebcc

Analogous Colors of #cc47eb

#cc47eb #eb47b8 #7a47eb

Monochromatic Colors of #cc47eb

#cc47eb

Complementary Color

#cc47eb #66eb47

#cc47eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc47eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc47eb Color CSS Codes

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

#cc47eb Text Font Color

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

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


#cc47eb Background Color

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

This div background color is #cc47eb


#cc47eb Border Color

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

This div border color is #cc47eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc47eb


Comments

No comments written yet.

Please login to write comment.