Color Hex Logo

#ce37ef Color Hex

#CE37EF
(206,55,239)
0 Favorites   0 Comments

Color spaces of #ce37ef

RGB 20655239
HSL0.800.850.58
HSV289°77°94°
CMYK 0.140.770.00   0.06
XYZ42.399822.086283.6897
Yxy22.08620.28610.1491
Hunter Lab46.996078.8000-72.6856
CIE-Lab54.118379.8084-62.3099

#ce37ef color RGB value is (206,55,239).

#ce37ef hex color red value is 206, green value is 55 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ce37ef hue: 0.80 , saturation: 0.85 and the lightness value of ce37ef is 0.58.

The process color (four color CMYK) of #ce37ef color hex is 0.14, 0.77, 0.00, 0.06. Web safe color of #ce37ef is #cc33ff. Color #ce37ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00110111 11101111
Octal 316 67 357
Decimal 206 55 239
Hex CE 37 EF

RGB Percentages of Color #ce37ef

%41.20
%11.00
%47.80

CMYK Percentages of Color #ce37ef

%14
%77
%0
%6

Triadic Colors of #ce37ef

#ce37ef #efce37 #37efce

Analogous Colors of #ce37ef

#ce37ef #ef37b4 #7237ef

Monochromatic Colors of #ce37ef

#ce37ef

Complementary Color

#ce37ef #58ef37

#ce37ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce37ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce37ef Color CSS Codes

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

#ce37ef Text Font Color

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

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


#ce37ef Background Color

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

This div background color is #ce37ef


#ce37ef Border Color

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

This div border color is #ce37ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce37ef


Comments

No comments written yet.

Please login to write comment.