Color Hex Logo

#ce47db Color Hex

#CE47DB
(206,71,219)
0 Favorites   0 Comments

Color spaces of #ce47db

RGB 20671219
HSL0.820.670.57
HSV295°68°86°
CMYK 0.060.680.00   0.14
XYZ40.493022.742869.2734
Yxy22.74280.30560.1716
Hunter Lab47.689468.1076-52.7418
CIE-Lab54.806471.0274-49.9346

#ce47db color RGB value is (206,71,219).

#ce47db hex color red value is 206, green value is 71 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ce47db hue: 0.82 , saturation: 0.67 and the lightness value of ce47db is 0.57.

The process color (four color CMYK) of #ce47db color hex is 0.06, 0.68, 0.00, 0.14. Web safe color of #ce47db is #cc33cc. Color #ce47db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01000111 11011011
Octal 316 107 333
Decimal 206 71 219
Hex CE 47 DB

RGB Percentages of Color #ce47db

%41.53
%14.31
%44.15

CMYK Percentages of Color #ce47db

%6
%68
%0
%14

Triadic Colors of #ce47db

#ce47db #dbce47 #47dbce

Analogous Colors of #ce47db

#ce47db #db479e #8447db

Monochromatic Colors of #ce47db

#ce47db

Complementary Color

#ce47db #54db47

#ce47db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce47db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce47db Color CSS Codes

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

#ce47db Text Font Color

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

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


#ce47db Background Color

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

This div background color is #ce47db


#ce47db Border Color

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

This div border color is #ce47db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce47db


Comments

No comments written yet.

Please login to write comment.