Color Hex Logo

#cc61eb Color Hex

#CC61EB
(204,97,235)
0 Favorites   0 Comments

Color spaces of #cc61eb

RGB 20497235
HSL0.800.780.65
HSV287°59°92°
CMYK 0.130.590.00   0.08
XYZ44.171927.384981.5550
Yxy27.38490.28850.1789
Hunter Lab52.330659.0921-55.7695
CIE-Lab59.328962.5990-51.7550

#cc61eb color RGB value is (204,97,235).

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

The process color (four color CMYK) of #cc61eb color hex is 0.13, 0.59, 0.00, 0.08. Web safe color of #cc61eb is #cc66ff. Color #cc61eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01100001 11101011
Octal 314 141 353
Decimal 204 97 235
Hex CC 61 EB

RGB Percentages of Color #cc61eb

%38.06
%18.10
%43.84

CMYK Percentages of Color #cc61eb

%13
%59
%0
%8

Triadic Colors of #cc61eb

#cc61eb #ebcc61 #61ebcc

Analogous Colors of #cc61eb

#cc61eb #eb61c5 #8761eb

Monochromatic Colors of #cc61eb

#cc61eb

Complementary Color

#cc61eb #80eb61

#cc61eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc61eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc61eb Color CSS Codes

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

#cc61eb Text Font Color

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

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


#cc61eb Background Color

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

This div background color is #cc61eb


#cc61eb Border Color

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

This div border color is #cc61eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc61eb


Comments

No comments written yet.

Please login to write comment.