Color Hex Logo

#ce275d Color Hex

#CE275D
(206,39,93)
0 Favorites   0 Comments

Color spaces of #ce275d

RGB 2063993
HSL0.950.680.48
HSV341°81°81°
CMYK 0.000.810.55   0.19
XYZ28.154915.363211.8374
Yxy15.36320.50860.2775
Hunter Lab39.195959.62589.5312
CIE-Lab46.127765.513311.6624

#ce275d color RGB value is (206,39,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00100111 01011101
Octal 316 47 135
Decimal 206 39 93
Hex CE 27 5D

RGB Percentages of Color #ce275d

%60.95
%11.54
%27.51

CMYK Percentages of Color #ce275d

%0
%81
%55
%19

Triadic Colors of #ce275d

#ce275d #5dce27 #275dce

Analogous Colors of #ce275d

#ce275d #ce4527 #ce27b1

Monochromatic Colors of #ce275d

#ce275d

Complementary Color

#ce275d #27ce98

#ce275d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce275d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce275d Color CSS Codes

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

#ce275d Text Font Color

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

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


#ce275d Background Color

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

This div background color is #ce275d


#ce275d Border Color

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

This div border color is #ce275d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce275d


Comments

No comments written yet.

Please login to write comment.