Color Hex Logo

#ce14ec Color Hex

#CE14EC
(206,20,236)
0 Favorites   0 Comments

Color spaces of #ce14ec

RGB 20620236
HSL0.810.850.50
HSV292°92°93°
CMYK 0.130.920.00   0.07
XYZ40.844119.678381.0024
Yxy19.67830.28860.1390
Hunter Lab44.360286.7211-77.2122
CIE-Lab51.471586.4862-64.8911

#ce14ec color RGB value is (206,20,236).

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

The process color (four color CMYK) of #ce14ec color hex is 0.13, 0.92, 0.00, 0.07. Web safe color of #ce14ec is #cc00ff. Color #ce14ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00010100 11101100
Octal 316 24 354
Decimal 206 20 236
Hex CE 14 EC

RGB Percentages of Color #ce14ec

%44.59
%4.33
%51.08

CMYK Percentages of Color #ce14ec

%13
%92
%0
%7

Triadic Colors of #ce14ec

#ce14ec #ecce14 #14ecce

Analogous Colors of #ce14ec

#ce14ec #ec149e #6214ec

Monochromatic Colors of #ce14ec

#ce14ec

Complementary Color

#ce14ec #32ec14

#ce14ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce14ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce14ec Color CSS Codes

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

#ce14ec Text Font Color

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

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


#ce14ec Background Color

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

This div background color is #ce14ec


#ce14ec Border Color

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

This div border color is #ce14ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce14ec


Comments

No comments written yet.

Please login to write comment.