Color Hex Logo

#ce2790 Color Hex

#CE2790
(206,39,144)
0 Favorites   0 Comments

Color spaces of #ce2790

RGB 20639144
HSL0.900.680.48
HSV322°81°81°
CMYK 0.000.810.30   0.19
XYZ31.213216.586527.9419
Yxy16.58650.41210.2190
Hunter Lab40.726565.5327-12.1695
CIE-Lab47.734770.2423-17.2076

#ce2790 color RGB value is (206,39,144).

#ce2790 hex color red value is 206, green value is 39 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #ce2790 hue: 0.90 , saturation: 0.68 and the lightness value of ce2790 is 0.48.

The process color (four color CMYK) of #ce2790 color hex is 0.00, 0.81, 0.30, 0.19. Web safe color of #ce2790 is #cc3399. Color #ce2790 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00100111 10010000
Octal 316 47 220
Decimal 206 39 144
Hex CE 27 90

RGB Percentages of Color #ce2790

%52.96
%10.03
%37.02

CMYK Percentages of Color #ce2790

%0
%81
%30
%19

Triadic Colors of #ce2790

#ce2790 #90ce27 #2790ce

Analogous Colors of #ce2790

#ce2790 #ce273d #b927ce

Monochromatic Colors of #ce2790

#ce2790

Complementary Color

#ce2790 #27ce65

#ce2790 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce2790 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce2790 Color CSS Codes

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

#ce2790 Text Font Color

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

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


#ce2790 Background Color

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

This div background color is #ce2790


#ce2790 Border Color

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

This div border color is #ce2790


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce2790


Comments

No comments written yet.

Please login to write comment.