Color Hex Logo

#c748cd Color Hex

#C748CD
(199,72,205)
0 Favorites   0 Comments

Color spaces of #c748cd

RGB 19972205
HSL0.830.570.54
HSV297°65°80°
CMYK 0.030.650.00   0.20
XYZ36.890021.184659.9023
Yxy21.18460.31270.1796
Hunter Lab46.026762.5193-44.9453
CIE-Lab53.150966.6560-44.6537

#c748cd color RGB value is (199,72,205).

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

The process color (four color CMYK) of #c748cd color hex is 0.03, 0.65, 0.00, 0.20. Web safe color of #c748cd is #cc33cc. Color #c748cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01001000 11001101
Octal 307 110 315
Decimal 199 72 205
Hex C7 48 CD

RGB Percentages of Color #c748cd

%41.81
%15.13
%43.07

CMYK Percentages of Color #c748cd

%3
%65
%0
%20

Triadic Colors of #c748cd

#c748cd #cdc748 #48cdc7

Analogous Colors of #c748cd

#c748cd #cd4891 #8548cd

Monochromatic Colors of #c748cd

#c748cd

Complementary Color

#c748cd #4ecd48

#c748cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c748cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c748cd Color CSS Codes

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

#c748cd Text Font Color

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

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


#c748cd Background Color

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

This div background color is #c748cd


#c748cd Border Color

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

This div border color is #c748cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c748cd


Comments

No comments written yet.

Please login to write comment.