Color Hex Logo

#ce239f Color Hex

#CE239F
(206,35,159)
0 Favorites   0 Comments

Color spaces of #ce239f

RGB 20635159
HSL0.880.710.47
HSV316°83°81°
CMYK 0.000.830.23   0.19
XYZ32.312616.827134.3458
Yxy16.82710.38700.2016
Hunter Lab41.020868.8200-20.9275
CIE-Lab48.041472.9238-25.7286

#ce239f color RGB value is (206,35,159).

#ce239f hex color red value is 206, green value is 35 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #ce239f hue: 0.88 , saturation: 0.71 and the lightness value of ce239f is 0.47.

The process color (four color CMYK) of #ce239f color hex is 0.00, 0.83, 0.23, 0.19. Web safe color of #ce239f is #cc3399. Color #ce239f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00100011 10011111
Octal 316 43 237
Decimal 206 35 159
Hex CE 23 9F

RGB Percentages of Color #ce239f

%51.50
%8.75
%39.75

CMYK Percentages of Color #ce239f

%0
%83
%23
%19

Triadic Colors of #ce239f

#ce239f #9fce23 #239fce

Analogous Colors of #ce239f

#ce239f #ce2349 #a823ce

Monochromatic Colors of #ce239f

#ce239f

Complementary Color

#ce239f #23ce52

#ce239f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce239f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce239f Color CSS Codes

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

#ce239f Text Font Color

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

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


#ce239f Background Color

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

This div background color is #ce239f


#ce239f Border Color

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

This div border color is #ce239f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce239f


Comments

No comments written yet.

Please login to write comment.