Color Hex Logo

#ce4abf Color Hex

#CE4ABF
(206,74,191)
0 Favorites   0 Comments

Color spaces of #ce4abf

RGB 20674191
HSL0.850.570.55
HSV307°64°81°
CMYK 0.000.640.07   0.19
XYZ37.306321.781051.5281
Yxy21.78100.33730.1969
Hunter Lab46.670161.0133-32.7925
CIE-Lab53.793965.2516-35.5222

#ce4abf color RGB value is (206,74,191).

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

The process color (four color CMYK) of #ce4abf color hex is 0.00, 0.64, 0.07, 0.19. Web safe color of #ce4abf is #cc33cc. Color #ce4abf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01001010 10111111
Octal 316 112 277
Decimal 206 74 191
Hex CE 4A BF

RGB Percentages of Color #ce4abf

%43.74
%15.71
%40.55

CMYK Percentages of Color #ce4abf

%0
%64
%7
%19

Triadic Colors of #ce4abf

#ce4abf #bfce4a #4abfce

Analogous Colors of #ce4abf

#ce4abf #ce4a7d #9b4ace

Monochromatic Colors of #ce4abf

#ce4abf

Complementary Color

#ce4abf #4ace59

#ce4abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce4abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce4abf Color CSS Codes

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

#ce4abf Text Font Color

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

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


#ce4abf Background Color

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

This div background color is #ce4abf


#ce4abf Border Color

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

This div border color is #ce4abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce4abf


Comments

No comments written yet.

Please login to write comment.