Color Hex Logo

#c48aff Color Hex

#C48AFF
(196,138,255)
0 Favorites   0 Comments

Color spaces of #c48aff

RGB 196138255
HSL0.751.000.77
HSV270°46°100°
CMYK 0.230.460.00   0.00
XYZ49.903437.132799.1449
Yxy37.13270.26800.1994
Hunter Lab60.936639.5417-53.8102
CIE-Lab67.376543.9859-50.0979

#c48aff color RGB value is (196,138,255).

#c48aff hex color red value is 196, green value is 138 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c48aff hue: 0.75 , saturation: 1.00 and the lightness value of c48aff is 0.77.

The process color (four color CMYK) of #c48aff color hex is 0.23, 0.46, 0.00, 0.00. Web safe color of #c48aff is #cc99ff. Color #c48aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10001010 11111111
Octal 304 212 377
Decimal 196 138 255
Hex C4 8A FF

RGB Percentages of Color #c48aff

%33.28
%23.43
%43.29

CMYK Percentages of Color #c48aff

%23
%46
%0
%0

Triadic Colors of #c48aff

#c48aff #ffc48a #8affc4

Analogous Colors of #c48aff

#c48aff #ff8aff #8a8bff

Monochromatic Colors of #c48aff

#c48aff

Complementary Color

#c48aff #c5ff8a

#c48aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c48aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c48aff Color CSS Codes

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

#c48aff Text Font Color

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

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


#c48aff Background Color

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

This div background color is #c48aff


#c48aff Border Color

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

This div border color is #c48aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c48aff

Related Colors


Comments

No comments written yet.

Please login to write comment.