Color Hex Logo

#ce259d Color Hex

#CE259D
(206,37,157)
0 Favorites   0 Comments

Color spaces of #ce259d

RGB 20637157
HSL0.880.700.48
HSV317°82°81°
CMYK 0.000.820.24   0.19
XYZ32.201016.879333.4591
Yxy16.87930.39010.2045
Hunter Lab41.084468.0063-19.5266
CIE-Lab48.107672.2364-24.4327

#ce259d color RGB value is (206,37,157).

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

The process color (four color CMYK) of #ce259d color hex is 0.00, 0.82, 0.24, 0.19. Web safe color of #ce259d is #cc3399. Color #ce259d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00100101 10011101
Octal 316 45 235
Decimal 206 37 157
Hex CE 25 9D

RGB Percentages of Color #ce259d

%51.50
%9.25
%39.25

CMYK Percentages of Color #ce259d

%0
%82
%24
%19

Triadic Colors of #ce259d

#ce259d #9dce25 #259dce

Analogous Colors of #ce259d

#ce259d #ce2548 #ab25ce

Monochromatic Colors of #ce259d

#ce259d

Complementary Color

#ce259d #25ce56

#ce259d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce259d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce259d Color CSS Codes

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

#ce259d Text Font Color

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

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


#ce259d Background Color

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

This div background color is #ce259d


#ce259d Border Color

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

This div border color is #ce259d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce259d


Comments

No comments written yet.

Please login to write comment.