Color Hex Logo

#ce368d Color Hex

#CE368D
(206,54,141)
0 Favorites   0 Comments

Color spaces of #ce368d

RGB 20654141
HSL0.900.610.51
HSV326°74°81°
CMYK 0.000.740.32   0.19
XYZ31.580517.683226.9480
Yxy17.68320.41440.2320
Hunter Lab42.051460.4631-8.5591
CIE-Lab49.109665.6640-13.3120

#ce368d color RGB value is (206,54,141).

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

The process color (four color CMYK) of #ce368d color hex is 0.00, 0.74, 0.32, 0.19. Web safe color of #ce368d is #cc3399. Color #ce368d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00110110 10001101
Octal 316 66 215
Decimal 206 54 141
Hex CE 36 8D

RGB Percentages of Color #ce368d

%51.37
%13.47
%35.16

CMYK Percentages of Color #ce368d

%0
%74
%32
%19

Triadic Colors of #ce368d

#ce368d #8dce36 #368dce

Analogous Colors of #ce368d

#ce368d #ce3641 #c336ce

Monochromatic Colors of #ce368d

#ce368d

Complementary Color

#ce368d #36ce77

#ce368d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce368d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce368d Color CSS Codes

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

#ce368d Text Font Color

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

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


#ce368d Background Color

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

This div background color is #ce368d


#ce368d Border Color

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

This div border color is #ce368d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce368d


Comments

No comments written yet.

Please login to write comment.