Color Hex Logo

#c48bff Color Hex

#C48BFF
(196,139,255)
0 Favorites   0 Comments

Color spaces of #c48bff

RGB 196139255
HSL0.751.000.77
HSV269°45°100°
CMYK 0.230.450.00   0.00
XYZ50.047637.421099.1929
Yxy37.42100.26810.2005
Hunter Lab61.172738.9851-53.3192
CIE-Lab67.591743.4463-49.7581

#c48bff color RGB value is (196,139,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10001011 11111111
Octal 304 213 377
Decimal 196 139 255
Hex C4 8B FF

RGB Percentages of Color #c48bff

%33.22
%23.56
%43.22

CMYK Percentages of Color #c48bff

%23
%45
%0
%0

Triadic Colors of #c48bff

#c48bff #ffc48b #8bffc4

Analogous Colors of #c48bff

#c48bff #fe8bff #8b8cff

Monochromatic Colors of #c48bff

#c48bff

Complementary Color

#c48bff #c6ff8b

#c48bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c48bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c48bff Color CSS Codes

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

#c48bff Text Font Color

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

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


#c48bff Background Color

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

This div background color is #c48bff


#c48bff Border Color

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

This div border color is #c48bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c48bff

Related Colors


Comments

No comments written yet.

Please login to write comment.