Color Hex Logo

#cc46eb Color Hex

#CC46EB
(204,70,235)
0 Favorites   0 Comments

Color spaces of #cc46eb

RGB 20470235
HSL0.800.800.60
HSV289°70°92°
CMYK 0.130.700.00   0.08
XYZ42.087423.215880.8601
Yxy23.21580.28790.1588
Hunter Lab48.182871.5989-65.7722
CIE-Lab55.293973.8006-58.1946

#cc46eb color RGB value is (204,70,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01000110 11101011
Octal 314 106 353
Decimal 204 70 235
Hex CC 46 EB

RGB Percentages of Color #cc46eb

%40.08
%13.75
%46.17

CMYK Percentages of Color #cc46eb

%13
%70
%0
%8

Triadic Colors of #cc46eb

#cc46eb #ebcc46 #46ebcc

Analogous Colors of #cc46eb

#cc46eb #eb46b8 #7a46eb

Monochromatic Colors of #cc46eb

#cc46eb

Complementary Color

#cc46eb #65eb46

#cc46eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc46eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc46eb Color CSS Codes

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

#cc46eb Text Font Color

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

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


#cc46eb Background Color

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

This div background color is #cc46eb


#cc46eb Border Color

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

This div border color is #cc46eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,70,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 #cc46eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc46eb


Comments

No comments written yet.

Please login to write comment.