Color Hex Logo

#c848db Color Hex

#C848DB
(200,72,219)
0 Favorites   0 Comments

Color spaces of #c848db

RGB 20072219
HSL0.810.670.57
HSV292°67°86°
CMYK 0.090.670.00   0.14
XYZ38.923022.028669.2183
Yxy22.02860.29900.1692
Hunter Lab46.934665.8948-54.5855
CIE-Lab54.057369.3296-51.1805

#c848db color RGB value is (200,72,219).

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

The process color (four color CMYK) of #c848db color hex is 0.09, 0.67, 0.00, 0.14. Web safe color of #c848db is #cc33cc. Color #c848db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01001000 11011011
Octal 310 110 333
Decimal 200 72 219
Hex C8 48 DB

RGB Percentages of Color #c848db

%40.73
%14.66
%44.60

CMYK Percentages of Color #c848db

%9
%67
%0
%14

Triadic Colors of #c848db

#c848db #dbc848 #48dbc8

Analogous Colors of #c848db

#c848db #db48a5 #7f48db

Monochromatic Colors of #c848db

#c848db

Complementary Color

#c848db #5bdb48

#c848db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c848db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c848db Color CSS Codes

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

#c848db Text Font Color

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

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


#c848db Background Color

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

This div background color is #c848db


#c848db Border Color

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

This div border color is #c848db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c848db


Comments

No comments written yet.

Please login to write comment.