Color Hex Logo

#c48cf4 Color Hex

#C48CF4
(196,140,244)
0 Favorites   0 Comments

Color spaces of #c48cf4

RGB 196140244
HSL0.760.830.75
HSV272°43°96°
CMYK 0.200.430.00   0.04
XYZ48.472237.023690.1795
Yxy37.02360.27590.2108
Hunter Lab60.847035.7151-45.2790
CIE-Lab67.294740.4446-44.2102

#c48cf4 color RGB value is (196,140,244).

#c48cf4 hex color red value is 196, green value is 140 and the blue value of its RGB is 244. Cylindrical-coordinate representations (also known as HSL) of color #c48cf4 hue: 0.76 , saturation: 0.83 and the lightness value of c48cf4 is 0.75.

The process color (four color CMYK) of #c48cf4 color hex is 0.20, 0.43, 0.00, 0.04. Web safe color of #c48cf4 is #cc99ff. Color #c48cf4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10001100 11110100
Octal 304 214 364
Decimal 196 140 244
Hex C4 8C F4

RGB Percentages of Color #c48cf4

%33.79
%24.14
%42.07

CMYK Percentages of Color #c48cf4

%20
%43
%0
%4

Triadic Colors of #c48cf4

#c48cf4 #f4c48c #8cf4c4

Analogous Colors of #c48cf4

#c48cf4 #f48cf0 #908cf4

Monochromatic Colors of #c48cf4

#c48cf4

Complementary Color

#c48cf4 #bcf48c

#c48cf4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c48cf4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c48cf4 Color CSS Codes

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

#c48cf4 Text Font Color

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

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


#c48cf4 Background Color

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

This div background color is #c48cf4


#c48cf4 Border Color

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

This div border color is #c48cf4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(196,140,244, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c48cf4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c48cf4;
  -webkit-box-shadow: 1px 1px 3px 2px #c48cf4;
  box-shadow:         1px 1px 3px 2px #c48cf4; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,140,244, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c48cf4


Comments

No comments written yet.

Please login to write comment.