Color Hex Logo

#ce24bf Color Hex

#CE24BF
(206,36,191)
0 Favorites   0 Comments

Color spaces of #ce24bf

RGB 20636191
HSL0.850.700.47
HSV305°83°81°
CMYK 0.000.830.07   0.19
XYZ35.488418.145250.9221
Yxy18.14520.33940.1735
Hunter Lab42.597274.1662-41.0592
CIE-Lab49.671776.9737-42.0159

#ce24bf color RGB value is (206,36,191).

#ce24bf hex color red value is 206, green value is 36 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ce24bf hue: 0.85 , saturation: 0.70 and the lightness value of ce24bf is 0.47.

The process color (four color CMYK) of #ce24bf color hex is 0.00, 0.83, 0.07, 0.19. Web safe color of #ce24bf is #cc33cc. Color #ce24bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00100100 10111111
Octal 316 44 277
Decimal 206 36 191
Hex CE 24 BF

RGB Percentages of Color #ce24bf

%47.58
%8.31
%44.11

CMYK Percentages of Color #ce24bf

%0
%83
%7
%19

Triadic Colors of #ce24bf

#ce24bf #bfce24 #24bfce

Analogous Colors of #ce24bf

#ce24bf #ce246a #8824ce

Monochromatic Colors of #ce24bf

#ce24bf

Complementary Color

#ce24bf #24ce33

#ce24bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce24bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce24bf Color CSS Codes

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

#ce24bf Text Font Color

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

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


#ce24bf Background Color

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

This div background color is #ce24bf


#ce24bf Border Color

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

This div border color is #ce24bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce24bf


Comments

No comments written yet.

Please login to write comment.