Color Hex Logo

#ce19ef Color Hex

#CE19EF
(206,25,239)
0 Favorites   0 Comments

Color spaces of #ce19ef

RGB 20625239
HSL0.810.870.52
HSV291°90°94°
CMYK 0.140.900.00   0.06
XYZ41.381220.049183.3502
Yxy20.04910.28580.1385
Hunter Lab44.776286.6074-79.0240
CIE-Lab51.892786.3176-65.8992

#ce19ef color RGB value is (206,25,239).

#ce19ef hex color red value is 206, green value is 25 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ce19ef hue: 0.81 , saturation: 0.87 and the lightness value of ce19ef is 0.52.

The process color (four color CMYK) of #ce19ef color hex is 0.14, 0.90, 0.00, 0.06. Web safe color of #ce19ef is #cc00ff. Color #ce19ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00011001 11101111
Octal 316 31 357
Decimal 206 25 239
Hex CE 19 EF

RGB Percentages of Color #ce19ef

%43.83
%5.32
%50.85

CMYK Percentages of Color #ce19ef

%14
%90
%0
%6

Triadic Colors of #ce19ef

#ce19ef #efce19 #19efce

Analogous Colors of #ce19ef

#ce19ef #ef19a5 #6319ef

Monochromatic Colors of #ce19ef

#ce19ef

Complementary Color

#ce19ef #3aef19

#ce19ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce19ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce19ef Color CSS Codes

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

#ce19ef Text Font Color

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

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


#ce19ef Background Color

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

This div background color is #ce19ef


#ce19ef Border Color

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

This div border color is #ce19ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,25,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 #ce19ef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce19ef


Comments

No comments written yet.

Please login to write comment.