Color Hex Logo

#c748bf Color Hex

#C748BF
(199,72,191)
0 Favorites   0 Comments

Color spaces of #c748bf

RGB 19972191
HSL0.840.530.53
HSV304°64°78°
CMYK 0.000.640.04   0.22
XYZ35.274520.538451.3954
Yxy20.53840.32900.1916
Hunter Lab45.319359.6275-35.5157
CIE-Lab52.440664.3144-37.7215

#c748bf color RGB value is (199,72,191).

#c748bf hex color red value is 199, green value is 72 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c748bf hue: 0.84 , saturation: 0.53 and the lightness value of c748bf is 0.53.

The process color (four color CMYK) of #c748bf color hex is 0.00, 0.64, 0.04, 0.22. Web safe color of #c748bf is #cc33cc. Color #c748bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01001000 10111111
Octal 307 110 277
Decimal 199 72 191
Hex C7 48 BF

RGB Percentages of Color #c748bf

%43.07
%15.58
%41.34

CMYK Percentages of Color #c748bf

%0
%64
%4
%22

Triadic Colors of #c748bf

#c748bf #bfc748 #48bfc7

Analogous Colors of #c748bf

#c748bf #c74880 #9048c7

Monochromatic Colors of #c748bf

#c748bf

Complementary Color

#c748bf #48c750

#c748bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c748bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c748bf Color CSS Codes

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

#c748bf Text Font Color

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

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


#c748bf Background Color

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

This div background color is #c748bf


#c748bf Border Color

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

This div border color is #c748bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c748bf


Comments

No comments written yet.

Please login to write comment.