color codes Logo

#ce024f color codes

#CE024F
(206,2,79)
0 Favorites   0 Comments

Color spaces of #ce024f

RGB 206279
HSL0.940.980.41
HSV337°99°81°
CMYK 0.000.990.62   0.19
XYZ26.886613.72978.6302
Yxy13.72970.54600.2788
Hunter Lab37.053664.678212.1282
CIE-Lab43.842870.280117.2659

#ce024f color RGB value is (206,2,79).

#ce024f hex color red value is 206, green value is 2 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #ce024f hue: 0.94 , saturation: 0.98 and the lightness value of ce024f is 0.41.

The process color (four color CMYK) of #ce024f color code is 0.00, 0.99, 0.62, 0.19. Web safe color of #ce024f is #cc0066. Color #ce024f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00000010 01001111
Octal 316 2 117
Decimal 206 2 79
Hex CE 2 4F

RGB Percentages of Color #ce024f

%71.78
%0.70
%27.53

CMYK Percentages of Color #ce024f

%0
%99
%62
%19

Triadic Colors of #ce024f

#ce024f #4fce02 #024fce

Analogous Colors of #ce024f

#ce024f #ce1b02 #ce02b5

Monochromatic Colors of #ce024f

#ce024f

Complementary Color

#ce024f #02ce81

#ce024f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce024f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce024f Color CSS Codes

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

#ce024f Text Font Color

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

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


#ce024f Background Color

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

This div background color is #ce024f


#ce024f Border Color

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

This div border color is #ce024f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce024f


Comments

No comments written yet.

Please login to write comment.