Color Hex Logo

#ce125f Color Hex

#CE125F
(206,18,95)
0 Favorites   0 Comments

Color spaces of #ce125f

RGB 2061895
HSL0.930.840.44
HSV335°91°81°
CMYK 0.000.910.54   0.19
XYZ27.735514.380612.1404
Yxy14.38060.51120.2650
Hunter Lab37.921864.18967.5639
CIE-Lab44.773969.68548.5207

#ce125f color RGB value is (206,18,95).

#ce125f hex color red value is 206, green value is 18 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #ce125f hue: 0.93 , saturation: 0.84 and the lightness value of ce125f is 0.44.

The process color (four color CMYK) of #ce125f color hex is 0.00, 0.91, 0.54, 0.19. Web safe color of #ce125f is #cc0066. Color #ce125f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00010010 01011111
Octal 316 22 137
Decimal 206 18 95
Hex CE 12 5F

RGB Percentages of Color #ce125f

%64.58
%5.64
%29.78

CMYK Percentages of Color #ce125f

%0
%91
%54
%19

Triadic Colors of #ce125f

#ce125f #5fce12 #125fce

Analogous Colors of #ce125f

#ce125f #ce2312 #ce12bd

Monochromatic Colors of #ce125f

#ce125f

Complementary Color

#ce125f #12ce81

#ce125f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce125f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce125f Color CSS Codes

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

#ce125f Text Font Color

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

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


#ce125f Background Color

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

This div background color is #ce125f


#ce125f Border Color

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

This div border color is #ce125f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce125f


Comments

No comments written yet.

Please login to write comment.