Color Hex Logo

#c948bf Color Hex

#C948BF
(201,72,191)
0 Favorites   0 Comments

Color spaces of #c948bf

RGB 20172191
HSL0.850.540.54
HSV305°64°79°
CMYK 0.000.640.05   0.21
XYZ35.808720.813851.4204
Yxy20.81380.33140.1926
Hunter Lab45.622160.2654-34.8898
CIE-Lab52.745164.8064-37.2217

#c948bf color RGB value is (201,72,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01001000 10111111
Octal 311 110 277
Decimal 201 72 191
Hex C9 48 BF

RGB Percentages of Color #c948bf

%43.32
%15.52
%41.16

CMYK Percentages of Color #c948bf

%0
%64
%5
%21

Triadic Colors of #c948bf

#c948bf #bfc948 #48bfc9

Analogous Colors of #c948bf

#c948bf #c9487f #9348c9

Monochromatic Colors of #c948bf

#c948bf

Complementary Color

#c948bf #48c952

#c948bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c948bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c948bf Color CSS Codes

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

#c948bf Text Font Color

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

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


#c948bf Background Color

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

This div background color is #c948bf


#c948bf Border Color

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

This div border color is #c948bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c948bf


Comments

No comments written yet.

Please login to write comment.