Color Hex Logo

#ce2872 Color Hex

#CE2872
(206,40,114)
0 Favorites   0 Comments

Color spaces of #ce2872

RGB 20640114
HSL0.930.670.48
HSV333°81°81°
CMYK 0.000.810.45   0.19
XYZ29.249715.854317.4381
Yxy15.85430.46770.2535
Hunter Lab39.817561.44461.9061
CIE-Lab46.782866.9551-0.3655

#ce2872 color RGB value is (206,40,114).

#ce2872 hex color red value is 206, green value is 40 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #ce2872 hue: 0.93 , saturation: 0.67 and the lightness value of ce2872 is 0.48.

The process color (four color CMYK) of #ce2872 color hex is 0.00, 0.81, 0.45, 0.19. Web safe color of #ce2872 is #cc3366. Color #ce2872 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00101000 01110010
Octal 316 50 162
Decimal 206 40 114
Hex CE 28 72

RGB Percentages of Color #ce2872

%57.22
%11.11
%31.67

CMYK Percentages of Color #ce2872

%0
%81
%45
%19

Triadic Colors of #ce2872

#ce2872 #72ce28 #2872ce

Analogous Colors of #ce2872

#ce2872 #ce3128 #ce28c5

Monochromatic Colors of #ce2872

#ce2872

Complementary Color

#ce2872 #28ce84

#ce2872 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce2872 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce2872 Color CSS Codes

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

#ce2872 Text Font Color

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

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


#ce2872 Background Color

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

This div background color is #ce2872


#ce2872 Border Color

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

This div border color is #ce2872


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce2872


Comments

No comments written yet.

Please login to write comment.