Color Hex Logo

#ce49be Color Hex

#CE49BE
(206,73,190)
0 Favorites   0 Comments

Color spaces of #ce49be

RGB 20673190
HSL0.850.580.55
HSV307°65°81°
CMYK 0.000.650.08   0.19
XYZ37.130421.604650.9283
Yxy21.60460.33860.1970
Hunter Lab46.480761.2505-32.4267
CIE-Lab53.604965.4897-35.2408

#ce49be color RGB value is (206,73,190).

#ce49be hex color red value is 206, green value is 73 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ce49be hue: 0.85 , saturation: 0.58 and the lightness value of ce49be is 0.55.

The process color (four color CMYK) of #ce49be color hex is 0.00, 0.65, 0.08, 0.19. Web safe color of #ce49be is #cc33cc. Color #ce49be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01001001 10111110
Octal 316 111 276
Decimal 206 73 190
Hex CE 49 BE

RGB Percentages of Color #ce49be

%43.92
%15.57
%40.51

CMYK Percentages of Color #ce49be

%0
%65
%8
%19

Triadic Colors of #ce49be

#ce49be #bece49 #49bece

Analogous Colors of #ce49be

#ce49be #ce497c #9c49ce

Monochromatic Colors of #ce49be

#ce49be

Complementary Color

#ce49be #49ce59

#ce49be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce49be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce49be Color CSS Codes

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

#ce49be Text Font Color

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

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


#ce49be Background Color

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

This div background color is #ce49be


#ce49be Border Color

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

This div border color is #ce49be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce49be


Comments

No comments written yet.

Please login to write comment.