Color Hex Logo

#cc2bef Color Hex

#CC2BEF
(204,43,239)
0 Favorites   0 Comments

Color spaces of #cc2bef

RGB 20443239
HSL0.800.860.55
HSV289°82°94°
CMYK 0.150.820.00   0.06
XYZ41.345720.797183.4964
Yxy20.79710.28390.1428
Hunter Lab45.603882.0263-76.6318
CIE-Lab52.726782.6142-64.5681

#cc2bef color RGB value is (204,43,239).

#cc2bef hex color red value is 204, green value is 43 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #cc2bef hue: 0.80 , saturation: 0.86 and the lightness value of cc2bef is 0.55.

The process color (four color CMYK) of #cc2bef color hex is 0.15, 0.82, 0.00, 0.06. Web safe color of #cc2bef is #cc33ff. Color #cc2bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00101011 11101111
Octal 314 53 357
Decimal 204 43 239
Hex CC 2B EF

RGB Percentages of Color #cc2bef

%41.98
%8.85
%49.18

CMYK Percentages of Color #cc2bef

%15
%82
%0
%6

Triadic Colors of #cc2bef

#cc2bef #efcc2b #2befcc

Analogous Colors of #cc2bef

#cc2bef #ef2bb0 #6a2bef

Monochromatic Colors of #cc2bef

#cc2bef

Complementary Color

#cc2bef #4eef2b

#cc2bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc2bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc2bef Color CSS Codes

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

#cc2bef Text Font Color

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

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


#cc2bef Background Color

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

This div background color is #cc2bef


#cc2bef Border Color

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

This div border color is #cc2bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc2bef


Comments

No comments written yet.

Please login to write comment.