Color Hex Logo

#ce357d Color Hex

#CE357D
(206,53,125)
0 Favorites   0 Comments

Color spaces of #ce357d

RGB 20653125
HSL0.920.610.51
HSV332°74°81°
CMYK 0.000.740.39   0.19
XYZ30.428417.148721.1083
Yxy17.14870.44300.2497
Hunter Lab41.411058.6909-1.2340
CIE-Lab48.446964.2571-4.6365

#ce357d color RGB value is (206,53,125).

#ce357d hex color red value is 206, green value is 53 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #ce357d hue: 0.92 , saturation: 0.61 and the lightness value of ce357d is 0.51.

The process color (four color CMYK) of #ce357d color hex is 0.00, 0.74, 0.39, 0.19. Web safe color of #ce357d is #cc3366. Color #ce357d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00110101 01111101
Octal 316 65 175
Decimal 206 53 125
Hex CE 35 7D

RGB Percentages of Color #ce357d

%53.65
%13.80
%32.55

CMYK Percentages of Color #ce357d

%0
%74
%39
%19

Triadic Colors of #ce357d

#ce357d #7dce35 #357dce

Analogous Colors of #ce357d

#ce357d #ce3a35 #ce35ca

Monochromatic Colors of #ce357d

#ce357d

Complementary Color

#ce357d #35ce86

#ce357d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce357d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce357d Color CSS Codes

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

#ce357d Text Font Color

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

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


#ce357d Background Color

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

This div background color is #ce357d


#ce357d Border Color

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

This div border color is #ce357d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce357d


Comments

No comments written yet.

Please login to write comment.