Color Hex Logo

#ce299d Color Hex

#CE299D
(206,41,157)
0 Favorites   0 Comments

Color spaces of #ce299d

RGB 20641157
HSL0.880.670.48
HSV318°80°81°
CMYK 0.000.800.24   0.19
XYZ32.332317.142033.5029
Yxy17.14200.38970.2066
Hunter Lab41.402966.9389-18.9950
CIE-Lab48.438571.2834-23.9211

#ce299d color RGB value is (206,41,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00101001 10011101
Octal 316 51 235
Decimal 206 41 157
Hex CE 29 9D

RGB Percentages of Color #ce299d

%50.99
%10.15
%38.86

CMYK Percentages of Color #ce299d

%0
%80
%24
%19

Triadic Colors of #ce299d

#ce299d #9dce29 #299dce

Analogous Colors of #ce299d

#ce299d #ce294b #ad29ce

Monochromatic Colors of #ce299d

#ce299d

Complementary Color

#ce299d #29ce5a

#ce299d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce299d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce299d Color CSS Codes

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

#ce299d Text Font Color

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

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


#ce299d Background Color

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

This div background color is #ce299d


#ce299d Border Color

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

This div border color is #ce299d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,41,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 #ce299d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce299d


Comments

No comments written yet.

Please login to write comment.