Color Hex Logo

#ce308f Color Hex

#CE308F
(206,48,143)
0 Favorites   0 Comments

Color spaces of #ce308f

RGB 20648143
HSL0.900.620.50
HSV324°77°81°
CMYK 0.000.770.31   0.19
XYZ31.468517.218927.6516
Yxy17.21890.41220.2256
Hunter Lab41.495762.7492-10.4623
CIE-Lab48.534767.7322-15.3867

#ce308f color RGB value is (206,48,143).

#ce308f hex color red value is 206, green value is 48 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #ce308f hue: 0.90 , saturation: 0.62 and the lightness value of ce308f is 0.50.

The process color (four color CMYK) of #ce308f color hex is 0.00, 0.77, 0.31, 0.19. Web safe color of #ce308f is #cc3399. Color #ce308f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00110000 10001111
Octal 316 60 217
Decimal 206 48 143
Hex CE 30 8F

RGB Percentages of Color #ce308f

%51.89
%12.09
%36.02

CMYK Percentages of Color #ce308f

%0
%77
%31
%19

Triadic Colors of #ce308f

#ce308f #8fce30 #308fce

Analogous Colors of #ce308f

#ce308f #ce3040 #be30ce

Monochromatic Colors of #ce308f

#ce308f

Complementary Color

#ce308f #30ce6f

#ce308f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce308f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce308f Color CSS Codes

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

#ce308f Text Font Color

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

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


#ce308f Background Color

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

This div background color is #ce308f


#ce308f Border Color

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

This div border color is #ce308f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce308f


Comments

No comments written yet.

Please login to write comment.