Color Hex Logo

#c948db Color Hex

#C948DB
(201,72,219)
0 Favorites   0 Comments

Color spaces of #c948db

RGB 20172219
HSL0.810.670.57
HSV293°67°86°
CMYK 0.080.670.00   0.14
XYZ39.190922.166769.2308
Yxy22.16670.30010.1697
Hunter Lab47.081566.1916-54.2256
CIE-Lab54.203469.5498-50.9390

#c948db color RGB value is (201,72,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01001000 11011011
Octal 311 110 333
Decimal 201 72 219
Hex C9 48 DB

RGB Percentages of Color #c948db

%40.85
%14.63
%44.51

CMYK Percentages of Color #c948db

%8
%67
%0
%14

Triadic Colors of #c948db

#c948db #dbc948 #48dbc9

Analogous Colors of #c948db

#c948db #db48a4 #8048db

Monochromatic Colors of #c948db

#c948db

Complementary Color

#c948db #5adb48

#c948db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c948db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c948db Color CSS Codes

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

#c948db Text Font Color

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

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


#c948db Background Color

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

This div background color is #c948db


#c948db Border Color

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

This div border color is #c948db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c948db


Comments

No comments written yet.

Please login to write comment.