Color Hex Logo

#ce2eaf Color Hex

#CE2EAF
(206,46,175)
0 Favorites   0 Comments

Color spaces of #ce2eaf

RGB 20646175
HSL0.870.630.49
HSV312°78°81°
CMYK 0.000.780.15   0.19
XYZ34.168518.170942.2639
Yxy18.17090.36120.1921
Hunter Lab42.627368.4812-28.9454
CIE-Lab49.702772.3200-32.6120

#ce2eaf color RGB value is (206,46,175).

#ce2eaf hex color red value is 206, green value is 46 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ce2eaf hue: 0.87 , saturation: 0.63 and the lightness value of ce2eaf is 0.49.

The process color (four color CMYK) of #ce2eaf color hex is 0.00, 0.78, 0.15, 0.19. Web safe color of #ce2eaf is #cc3399. Color #ce2eaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00101110 10101111
Octal 316 56 257
Decimal 206 46 175
Hex CE 2E AF

RGB Percentages of Color #ce2eaf

%48.24
%10.77
%40.98

CMYK Percentages of Color #ce2eaf

%0
%78
%15
%19

Triadic Colors of #ce2eaf

#ce2eaf #afce2e #2eafce

Analogous Colors of #ce2eaf

#ce2eaf #ce2e5f #9d2ece

Monochromatic Colors of #ce2eaf

#ce2eaf

Complementary Color

#ce2eaf #2ece4d

#ce2eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce2eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce2eaf Color CSS Codes

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

#ce2eaf Text Font Color

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

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


#ce2eaf Background Color

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

This div background color is #ce2eaf


#ce2eaf Border Color

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

This div border color is #ce2eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce2eaf

#ce2eaf Color Palettes


Comments

No comments written yet.

Please login to write comment.