Color Hex Logo

#ce195d Color Hex

#CE195D
(206,25,93)
0 Favorites   0 Comments

Color spaces of #ce195d

RGB 2062593
HSL0.940.780.45
HSV337°88°81°
CMYK 0.000.880.55   0.19
XYZ27.777014.607411.7114
Yxy14.60740.51350.2700
Hunter Lab38.219662.84478.5859
CIE-Lab45.091768.480710.2161

#ce195d color RGB value is (206,25,93).

#ce195d hex color red value is 206, green value is 25 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #ce195d hue: 0.94 , saturation: 0.78 and the lightness value of ce195d is 0.45.

The process color (four color CMYK) of #ce195d color hex is 0.00, 0.88, 0.55, 0.19. Web safe color of #ce195d is #cc0066. Color #ce195d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00011001 01011101
Octal 316 31 135
Decimal 206 25 93
Hex CE 19 5D

RGB Percentages of Color #ce195d

%63.58
%7.72
%28.70

CMYK Percentages of Color #ce195d

%0
%88
%55
%19

Triadic Colors of #ce195d

#ce195d #5dce19 #195dce

Analogous Colors of #ce195d

#ce195d #ce3019 #ce19b8

Monochromatic Colors of #ce195d

#ce195d

Complementary Color

#ce195d #19ce8a

#ce195d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce195d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce195d Color CSS Codes

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

#ce195d Text Font Color

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

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


#ce195d Background Color

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

This div background color is #ce195d


#ce195d Border Color

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

This div border color is #ce195d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce195d


Comments

No comments written yet.

Please login to write comment.