Color Hex Logo

#ce37ce Color Hex

#CE37CE
(206,55,206)
0 Favorites   0 Comments

Color spaces of #ce37ce

RGB 20655206
HSL0.830.610.51
HSV300°73°81°
CMYK 0.000.730.00   0.19
XYZ37.960420.310460.3121
Yxy20.31040.32010.1713
Hunter Lab45.067171.4848-47.7994
CIE-Lab52.186474.3077-46.6896

#ce37ce color RGB value is (206,55,206).

#ce37ce hex color red value is 206, green value is 55 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ce37ce hue: 0.83 , saturation: 0.61 and the lightness value of ce37ce is 0.51.

The process color (four color CMYK) of #ce37ce color hex is 0.00, 0.73, 0.00, 0.19. Web safe color of #ce37ce is #cc33cc. Color #ce37ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00110111 11001110
Octal 316 67 316
Decimal 206 55 206
Hex CE 37 CE

RGB Percentages of Color #ce37ce

%44.11
%11.78
%44.11

CMYK Percentages of Color #ce37ce

%0
%73
%0
%19

Triadic Colors of #ce37ce

#ce37ce #cece37 #37cece

Analogous Colors of #ce37ce

#ce37ce #ce3783 #8337ce

Monochromatic Colors of #ce37ce

#ce37ce

Complementary Color

#ce37ce #37ce37

#ce37ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce37ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce37ce Color CSS Codes

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

#ce37ce Text Font Color

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

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


#ce37ce Background Color

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

This div background color is #ce37ce


#ce37ce Border Color

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

This div border color is #ce37ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce37ce


Comments

No comments written yet.

Please login to write comment.