Color Hex Logo

#ce27ed Color Hex

#CE27ED
(206,39,237)
0 Favorites   0 Comments

Color spaces of #ce27ed

RGB 20639237
HSL0.810.850.54
HSV291°84°93°
CMYK 0.130.840.00   0.07
XYZ41.465220.687381.9283
Yxy20.68730.28780.1436
Hunter Lab45.483383.1352-74.9598
CIE-Lab52.605683.5011-63.6237

#ce27ed color RGB value is (206,39,237).

#ce27ed hex color red value is 206, green value is 39 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ce27ed hue: 0.81 , saturation: 0.85 and the lightness value of ce27ed is 0.54.

The process color (four color CMYK) of #ce27ed color hex is 0.13, 0.84, 0.00, 0.07. Web safe color of #ce27ed is #cc33ff. Color #ce27ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00100111 11101101
Octal 316 47 355
Decimal 206 39 237
Hex CE 27 ED

RGB Percentages of Color #ce27ed

%42.74
%8.09
%49.17

CMYK Percentages of Color #ce27ed

%13
%84
%0
%7

Triadic Colors of #ce27ed

#ce27ed #edce27 #27edce

Analogous Colors of #ce27ed

#ce27ed #ed27a9 #6b27ed

Monochromatic Colors of #ce27ed

#ce27ed

Complementary Color

#ce27ed #46ed27

#ce27ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce27ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce27ed Color CSS Codes

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

#ce27ed Text Font Color

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

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


#ce27ed Background Color

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

This div background color is #ce27ed


#ce27ed Border Color

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

This div border color is #ce27ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce27ed


Comments

No comments written yet.

Please login to write comment.