Color Hex Logo

#ce3bbd Color Hex

#CE3BBD
(206,59,189)
0 Favorites   0 Comments

Color spaces of #ce3bbd

RGB 20659189
HSL0.850.600.52
HSV307°71°81°
CMYK 0.000.710.08   0.19
XYZ36.202919.923950.0817
Yxy19.92390.34090.1876
Hunter Lab44.636266.6619-35.2779
CIE-Lab51.751170.4114-37.5721

#ce3bbd color RGB value is (206,59,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00111011 10111101
Octal 316 73 275
Decimal 206 59 189
Hex CE 3B BD

RGB Percentages of Color #ce3bbd

%45.37
%13.00
%41.63

CMYK Percentages of Color #ce3bbd

%0
%71
%8
%19

Triadic Colors of #ce3bbd

#ce3bbd #bdce3b #3bbdce

Analogous Colors of #ce3bbd

#ce3bbd #ce3b74 #963bce

Monochromatic Colors of #ce3bbd

#ce3bbd

Complementary Color

#ce3bbd #3bce4c

#ce3bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce3bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce3bbd Color CSS Codes

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

#ce3bbd Text Font Color

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

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


#ce3bbd Background Color

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

This div background color is #ce3bbd


#ce3bbd Border Color

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

This div border color is #ce3bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce3bbd


Comments

No comments written yet.

Please login to write comment.