Color Hex Logo

#ce195c Color Hex

#CE195C
(206,25,92)
0 Favorites   0 Comments

Color spaces of #ce195c

RGB 2062592
HSL0.940.780.45
HSV338°88°81°
CMYK 0.000.880.55   0.19
XYZ27.733014.589811.4796
Yxy14.58980.51550.2712
Hunter Lab38.196662.75768.9186
CIE-Lab45.067268.411210.8055

#ce195c color RGB value is (206,25,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00011001 01011100
Octal 316 31 134
Decimal 206 25 92
Hex CE 19 5C

RGB Percentages of Color #ce195c

%63.78
%7.74
%28.48

CMYK Percentages of Color #ce195c

%0
%88
%55
%19

Triadic Colors of #ce195c

#ce195c #5cce19 #195cce

Analogous Colors of #ce195c

#ce195c #ce3119 #ce19b7

Monochromatic Colors of #ce195c

#ce195c

Complementary Color

#ce195c #19ce8b

#ce195c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce195c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce195c Color CSS Codes

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

#ce195c Text Font Color

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

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


#ce195c Background Color

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

This div background color is #ce195c


#ce195c Border Color

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

This div border color is #ce195c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce195c


Comments

No comments written yet.

Please login to write comment.