Color Hex Logo

#ce2bbc Color Hex

#CE2BBC
(206,43,188)
0 Favorites   0 Comments

Color spaces of #ce2bbc

RGB 20643188
HSL0.850.650.49
HSV307°79°81°
CMYK 0.000.790.09   0.19
XYZ35.394618.480449.2785
Yxy18.48040.34310.1792
Hunter Lab42.988871.7364-37.8725
CIE-Lab50.073774.9238-39.6343

#ce2bbc color RGB value is (206,43,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00101011 10111100
Octal 316 53 274
Decimal 206 43 188
Hex CE 2B BC

RGB Percentages of Color #ce2bbc

%47.14
%9.84
%43.02

CMYK Percentages of Color #ce2bbc

%0
%79
%9
%19

Triadic Colors of #ce2bbc

#ce2bbc #bcce2b #2bbcce

Analogous Colors of #ce2bbc

#ce2bbc #ce2b6b #8f2bce

Monochromatic Colors of #ce2bbc

#ce2bbc

Complementary Color

#ce2bbc #2bce3d

#ce2bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce2bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce2bbc Color CSS Codes

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

#ce2bbc Text Font Color

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

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


#ce2bbc Background Color

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

This div background color is #ce2bbc


#ce2bbc Border Color

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

This div border color is #ce2bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce2bbc


Comments

No comments written yet.

Please login to write comment.