Color Hex Logo

#ce34bb Color Hex

#CE34BB
(206,52,187)
0 Favorites   0 Comments

Color spaces of #ce34bb

RGB 20652187
HSL0.850.610.51
HSV307°75°81°
CMYK 0.000.750.09   0.19
XYZ35.651219.165748.8340
Yxy19.16570.34400.1849
Hunter Lab43.778668.7491-35.4915
CIE-Lab50.880572.3133-37.7802

#ce34bb color RGB value is (206,52,187).

#ce34bb hex color red value is 206, green value is 52 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ce34bb hue: 0.85 , saturation: 0.61 and the lightness value of ce34bb is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00110100 10111011
Octal 316 64 273
Decimal 206 52 187
Hex CE 34 BB

RGB Percentages of Color #ce34bb

%46.29
%11.69
%42.02

CMYK Percentages of Color #ce34bb

%0
%75
%9
%19

Triadic Colors of #ce34bb

#ce34bb #bbce34 #34bbce

Analogous Colors of #ce34bb

#ce34bb #ce346e #9434ce

Monochromatic Colors of #ce34bb

#ce34bb

Complementary Color

#ce34bb #34ce47

#ce34bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce34bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce34bb Color CSS Codes

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

#ce34bb Text Font Color

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

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


#ce34bb Background Color

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

This div background color is #ce34bb


#ce34bb Border Color

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

This div border color is #ce34bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce34bb


Comments

No comments written yet.

Please login to write comment.