Color Hex Logo

#ce2560 Color Hex

#CE2560
(206,37,96)
0 Favorites   0 Comments

Color spaces of #ce2560

RGB 2063796
HSL0.940.700.48
HSV339°82°81°
CMYK 0.000.820.53   0.19
XYZ28.226515.289512.5298
Yxy15.28950.50360.2728
Hunter Lab39.101860.42618.3723
CIE-Lab46.028266.22459.6649

#ce2560 color RGB value is (206,37,96).

#ce2560 hex color red value is 206, green value is 37 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #ce2560 hue: 0.94 , saturation: 0.70 and the lightness value of ce2560 is 0.48.

The process color (four color CMYK) of #ce2560 color hex is 0.00, 0.82, 0.53, 0.19. Web safe color of #ce2560 is #cc3366. Color #ce2560 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00100101 01100000
Octal 316 45 140
Decimal 206 37 96
Hex CE 25 60

RGB Percentages of Color #ce2560

%60.77
%10.91
%28.32

CMYK Percentages of Color #ce2560

%0
%82
%53
%19

Triadic Colors of #ce2560

#ce2560 #60ce25 #2560ce

Analogous Colors of #ce2560

#ce2560 #ce3f25 #ce25b5

Monochromatic Colors of #ce2560

#ce2560

Complementary Color

#ce2560 #25ce93

#ce2560 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce2560 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce2560 Color CSS Codes

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

#ce2560 Text Font Color

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

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


#ce2560 Background Color

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

This div background color is #ce2560


#ce2560 Border Color

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

This div border color is #ce2560


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce2560

#ce2560 Color Palettes


Comments

No comments written yet.

Please login to write comment.