Color Hex Logo

#ce368b Color Hex

#CE368B
(206,54,139)
0 Favorites   0 Comments

Color spaces of #ce368b

RGB 20654139
HSL0.910.610.51
HSV326°74°81°
CMYK 0.000.740.33   0.19
XYZ31.433017.624226.1712
Yxy17.62420.41780.2343
Hunter Lab41.981260.1830-7.5747
CIE-Lab49.037165.4365-12.2186

#ce368b color RGB value is (206,54,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00110110 10001011
Octal 316 66 213
Decimal 206 54 139
Hex CE 36 8B

RGB Percentages of Color #ce368b

%51.63
%13.53
%34.84

CMYK Percentages of Color #ce368b

%0
%74
%33
%19

Triadic Colors of #ce368b

#ce368b #8bce36 #368bce

Analogous Colors of #ce368b

#ce368b #ce363f #c536ce

Monochromatic Colors of #ce368b

#ce368b

Complementary Color

#ce368b #36ce79

#ce368b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce368b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce368b Color CSS Codes

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

#ce368b Text Font Color

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

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


#ce368b Background Color

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

This div background color is #ce368b


#ce368b Border Color

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

This div border color is #ce368b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce368b


Comments

No comments written yet.

Please login to write comment.