Color Hex Logo

#ce2bbd Color Hex

#CE2BBD
(206,43,189)
0 Favorites   0 Comments

Color spaces of #ce2bbd

RGB 20643189
HSL0.850.650.49
HSV306°79°81°
CMYK 0.000.790.08   0.19
XYZ35.502818.523749.8483
Yxy18.52370.34180.1783
Hunter Lab43.039271.9252-38.5427
CIE-Lab50.125275.0677-40.1350

#ce2bbd color RGB value is (206,43,189).

#ce2bbd hex color red value is 206, green value is 43 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ce2bbd hue: 0.85 , saturation: 0.65 and the lightness value of ce2bbd is 0.49.

The process color (four color CMYK) of #ce2bbd color hex is 0.00, 0.79, 0.08, 0.19. Web safe color of #ce2bbd is #cc33cc. Color #ce2bbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00101011 10111101
Octal 316 53 275
Decimal 206 43 189
Hex CE 2B BD

RGB Percentages of Color #ce2bbd

%47.03
%9.82
%43.15

CMYK Percentages of Color #ce2bbd

%0
%79
%8
%19

Triadic Colors of #ce2bbd

#ce2bbd #bdce2b #2bbdce

Analogous Colors of #ce2bbd

#ce2bbd #ce2b6c #8e2bce

Monochromatic Colors of #ce2bbd

#ce2bbd

Complementary Color

#ce2bbd #2bce3c

#ce2bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce2bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce2bbd Color CSS Codes

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

#ce2bbd Text Font Color

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

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


#ce2bbd Background Color

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

This div background color is #ce2bbd


#ce2bbd Border Color

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

This div border color is #ce2bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce2bbd


Comments

No comments written yet.

Please login to write comment.