Color Hex Logo

#ce13c4 Color Hex

#CE13C4
(206,19,196)
0 Favorites   0 Comments

Color spaces of #ce13c4

RGB 20619196
HSL0.840.830.44
HSV303°91°81°
CMYK 0.000.910.05   0.19
XYZ35.650317.573153.7375
Yxy17.57310.33330.1643
Hunter Lab41.920378.4414-46.6595
CIE-Lab48.974280.5272-46.0285

#ce13c4 color RGB value is (206,19,196).

#ce13c4 hex color red value is 206, green value is 19 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #ce13c4 hue: 0.84 , saturation: 0.83 and the lightness value of ce13c4 is 0.44.

The process color (four color CMYK) of #ce13c4 color hex is 0.00, 0.91, 0.05, 0.19. Web safe color of #ce13c4 is #cc00cc. Color #ce13c4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00010011 11000100
Octal 316 23 304
Decimal 206 19 196
Hex CE 13 C4

RGB Percentages of Color #ce13c4

%48.93
%4.51
%46.56

CMYK Percentages of Color #ce13c4

%0
%91
%5
%19

Triadic Colors of #ce13c4

#ce13c4 #c4ce13 #13c4ce

Analogous Colors of #ce13c4

#ce13c4 #ce1367 #7b13ce

Monochromatic Colors of #ce13c4

#ce13c4

Complementary Color

#ce13c4 #13ce1d

#ce13c4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce13c4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce13c4 Color CSS Codes

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

#ce13c4 Text Font Color

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

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


#ce13c4 Background Color

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

This div background color is #ce13c4


#ce13c4 Border Color

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

This div border color is #ce13c4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce13c4


Comments

No comments written yet.

Please login to write comment.