Color Hex Logo

#c748ca Color Hex

#C748CA
(199,72,202)
0 Favorites   0 Comments

Color spaces of #c748ca

RGB 19972202
HSL0.830.550.54
HSV299°64°79°
CMYK 0.010.640.00   0.21
XYZ36.531221.041158.0130
Yxy21.04110.31610.1820
Hunter Lab45.870661.8834-42.8753
CIE-Lab52.994466.1443-43.1822

#c748ca color RGB value is (199,72,202).

#c748ca hex color red value is 199, green value is 72 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c748ca hue: 0.83 , saturation: 0.55 and the lightness value of c748ca is 0.54.

The process color (four color CMYK) of #c748ca color hex is 0.01, 0.64, 0.00, 0.21. Web safe color of #c748ca is #cc33cc. Color #c748ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01001000 11001010
Octal 307 110 312
Decimal 199 72 202
Hex C7 48 CA

RGB Percentages of Color #c748ca

%42.07
%15.22
%42.71

CMYK Percentages of Color #c748ca

%1
%64
%0
%21

Triadic Colors of #c748ca

#c748ca #cac748 #48cac7

Analogous Colors of #c748ca

#c748ca #ca488c #8648ca

Monochromatic Colors of #c748ca

#c748ca

Complementary Color

#c748ca #4bca48

#c748ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c748ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c748ca Color CSS Codes

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

#c748ca Text Font Color

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

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


#c748ca Background Color

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

This div background color is #c748ca


#c748ca Border Color

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

This div border color is #c748ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c748ca


Comments

No comments written yet.

Please login to write comment.