Color Hex Logo

#cc2beb Color Hex

#CC2BEB
(204,43,235)
0 Favorites   0 Comments

Color spaces of #cc2beb

RGB 20443235
HSL0.810.830.55
HSV290°82°92°
CMYK 0.130.820.00   0.08
XYZ40.761120.563380.4180
Yxy20.56330.28760.1451
Hunter Lab45.346881.0924-73.4022
CIE-Lab52.468281.9344-62.7358

#cc2beb color RGB value is (204,43,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00101011 11101011
Octal 314 53 353
Decimal 204 43 235
Hex CC 2B EB

RGB Percentages of Color #cc2beb

%42.32
%8.92
%48.76

CMYK Percentages of Color #cc2beb

%13
%82
%0
%8

Triadic Colors of #cc2beb

#cc2beb #ebcc2b #2bebcc

Analogous Colors of #cc2beb

#cc2beb #eb2baa #6c2beb

Monochromatic Colors of #cc2beb

#cc2beb

Complementary Color

#cc2beb #4aeb2b

#cc2beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc2beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc2beb Color CSS Codes

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

#cc2beb Text Font Color

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

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


#cc2beb Background Color

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

This div background color is #cc2beb


#cc2beb Border Color

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

This div border color is #cc2beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc2beb


Comments

No comments written yet.

Please login to write comment.