Color Hex Logo

#cc1bea Color Hex

#CC1BEA
(204,27,234)
0 Favorites   0 Comments

Color spaces of #cc1bea

RGB 20427234
HSL0.810.830.51
HSV291°88°92°
CMYK 0.130.880.00   0.08
XYZ40.145119.561779.5018
Yxy19.56170.28840.1405
Hunter Lab44.228684.6195-75.6149
CIE-Lab51.338084.8969-63.9953

#cc1bea color RGB value is (204,27,234).

#cc1bea hex color red value is 204, green value is 27 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #cc1bea hue: 0.81 , saturation: 0.83 and the lightness value of cc1bea is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00011011 11101010
Octal 314 33 352
Decimal 204 27 234
Hex CC 1B EA

RGB Percentages of Color #cc1bea

%43.87
%5.81
%50.32

CMYK Percentages of Color #cc1bea

%13
%88
%0
%8

Triadic Colors of #cc1bea

#cc1bea #eacc1b #1beacc

Analogous Colors of #cc1bea

#cc1bea #ea1ba1 #651bea

Monochromatic Colors of #cc1bea

#cc1bea

Complementary Color

#cc1bea #39ea1b

#cc1bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc1bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc1bea Color CSS Codes

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

#cc1bea Text Font Color

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

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


#cc1bea Background Color

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

This div background color is #cc1bea


#cc1bea Border Color

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

This div border color is #cc1bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc1bea


Comments

No comments written yet.

Please login to write comment.