Color Hex Logo

#ce0396 Color Hex

#CE0396
(206,3,150)
0 Favorites   0 Comments

Color spaces of #ce0396

RGB 2063150
HSL0.880.970.41
HSV317°99°81°
CMYK 0.000.990.27   0.19
XYZ30.991215.388930.1911
Yxy15.38890.40470.2010
Hunter Lab39.228772.3672-18.1706
CIE-Lab46.162376.2002-23.2412

#ce0396 color RGB value is (206,3,150).

#ce0396 hex color red value is 206, green value is 3 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #ce0396 hue: 0.88 , saturation: 0.97 and the lightness value of ce0396 is 0.41.

The process color (four color CMYK) of #ce0396 color hex is 0.00, 0.99, 0.27, 0.19. Web safe color of #ce0396 is #cc0099. Color #ce0396 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00000011 10010110
Octal 316 3 226
Decimal 206 3 150
Hex CE 3 96

RGB Percentages of Color #ce0396

%57.38
%0.84
%41.78

CMYK Percentages of Color #ce0396

%0
%99
%27
%19

Triadic Colors of #ce0396

#ce0396 #96ce03 #0396ce

Analogous Colors of #ce0396

#ce0396 #ce0330 #a103ce

Monochromatic Colors of #ce0396

#ce0396

Complementary Color

#ce0396 #03ce3b

#ce0396 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce0396 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce0396 Color CSS Codes

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

#ce0396 Text Font Color

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

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


#ce0396 Background Color

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

This div background color is #ce0396


#ce0396 Border Color

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

This div border color is #ce0396


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce0396


Comments

No comments written yet.

Please login to write comment.