Color Hex Logo

#ce2bbe Color Hex

#CE2BBE
(206,43,190)
0 Favorites   0 Comments

Color spaces of #ce2bbe

RGB 20643190
HSL0.850.650.49
HSV306°79°81°
CMYK 0.000.790.08   0.19
XYZ35.611718.567350.4221
Yxy18.56730.34050.1775
Hunter Lab43.089872.1148-39.2161
CIE-Lab50.177175.2121-40.6348

#ce2bbe color RGB value is (206,43,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00101011 10111110
Octal 316 53 276
Decimal 206 43 190
Hex CE 2B BE

RGB Percentages of Color #ce2bbe

%46.92
%9.79
%43.28

CMYK Percentages of Color #ce2bbe

%0
%79
%8
%19

Triadic Colors of #ce2bbe

#ce2bbe #bece2b #2bbece

Analogous Colors of #ce2bbe

#ce2bbe #ce2b6d #8d2bce

Monochromatic Colors of #ce2bbe

#ce2bbe

Complementary Color

#ce2bbe #2bce3b

#ce2bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce2bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce2bbe Color CSS Codes

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

#ce2bbe Text Font Color

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

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


#ce2bbe Background Color

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

This div background color is #ce2bbe


#ce2bbe Border Color

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

This div border color is #ce2bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce2bbe


Comments

No comments written yet.

Please login to write comment.