Color Hex Logo

#c948bd Color Hex

#C948BD
(201,72,189)
0 Favorites   0 Comments

Color spaces of #c948bd

RGB 20172189
HSL0.850.540.54
HSV306°64°79°
CMYK 0.000.640.06   0.21
XYZ35.590120.726450.2689
Yxy20.72640.33390.1945
Hunter Lab45.526359.8712-33.5981
CIE-Lab52.648764.4854-36.2165

#c948bd color RGB value is (201,72,189).

#c948bd hex color red value is 201, green value is 72 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c948bd hue: 0.85 , saturation: 0.54 and the lightness value of c948bd is 0.54.

The process color (four color CMYK) of #c948bd color hex is 0.00, 0.64, 0.06, 0.21. Web safe color of #c948bd is #cc33cc. Color #c948bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01001000 10111101
Octal 311 110 275
Decimal 201 72 189
Hex C9 48 BD

RGB Percentages of Color #c948bd

%43.51
%15.58
%40.91

CMYK Percentages of Color #c948bd

%0
%64
%6
%21

Triadic Colors of #c948bd

#c948bd #bdc948 #48bdc9

Analogous Colors of #c948bd

#c948bd #c9487d #9548c9

Monochromatic Colors of #c948bd

#c948bd

Complementary Color

#c948bd #48c954

#c948bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c948bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c948bd Color CSS Codes

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

#c948bd Text Font Color

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

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


#c948bd Background Color

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

This div background color is #c948bd


#c948bd Border Color

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

This div border color is #c948bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,72,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c948bd


Comments

No comments written yet.

Please login to write comment.