Color Hex Logo

#ce275c Color Hex

#CE275C
(206,39,92)
0 Favorites   0 Comments

Color spaces of #ce275c

RGB 2063992
HSL0.950.680.48
HSV341°81°81°
CMYK 0.000.810.55   0.19
XYZ28.110915.345611.6056
Yxy15.34560.51050.2787
Hunter Lab39.173559.53829.8561
CIE-Lab46.104065.441812.2487

#ce275c color RGB value is (206,39,92).

#ce275c hex color red value is 206, green value is 39 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #ce275c hue: 0.95 , saturation: 0.68 and the lightness value of ce275c is 0.48.

The process color (four color CMYK) of #ce275c color hex is 0.00, 0.81, 0.55, 0.19. Web safe color of #ce275c is #cc3366. Color #ce275c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00100111 01011100
Octal 316 47 134
Decimal 206 39 92
Hex CE 27 5C

RGB Percentages of Color #ce275c

%61.13
%11.57
%27.30

CMYK Percentages of Color #ce275c

%0
%81
%55
%19

Triadic Colors of #ce275c

#ce275c #5cce27 #275cce

Analogous Colors of #ce275c

#ce275c #ce4627 #ce27b0

Monochromatic Colors of #ce275c

#ce275c

Complementary Color

#ce275c #27ce99

#ce275c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce275c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce275c Color CSS Codes

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

#ce275c Text Font Color

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

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


#ce275c Background Color

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

This div background color is #ce275c


#ce275c Border Color

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

This div border color is #ce275c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce275c


Comments

No comments written yet.

Please login to write comment.