Color Hex Logo

#cca3fb Color Hex

#CCA3FB
(204,163,251)
0 Favorites   0 Comments

Color spaces of #cca3fb

RGB 204163251
HSL0.740.920.81
HSV268°35°98°
CMYK 0.190.350.00   0.02
XYZ55.411645.996897.2245
Yxy45.99680.27900.2316
Hunter Lab67.820927.1528-37.5203
CIE-Lab73.543531.7300-38.2054

#cca3fb color RGB value is (204,163,251).

#cca3fb hex color red value is 204, green value is 163 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #cca3fb hue: 0.74 , saturation: 0.92 and the lightness value of cca3fb is 0.81.

The process color (four color CMYK) of #cca3fb color hex is 0.19, 0.35, 0.00, 0.02. Web safe color of #cca3fb is #cc99ff. Color #cca3fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100011 11111011
Octal 314 243 373
Decimal 204 163 251
Hex CC A3 FB

RGB Percentages of Color #cca3fb

%33.01
%26.38
%40.61

CMYK Percentages of Color #cca3fb

%19
%35
%0
%2

Triadic Colors of #cca3fb

#cca3fb #fbcca3 #a3fbcc

Analogous Colors of #cca3fb

#cca3fb #f8a3fb #a3a6fb

Monochromatic Colors of #cca3fb

#cca3fb

Complementary Color

#cca3fb #d2fba3

#cca3fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca3fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca3fb Color CSS Codes

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

#cca3fb Text Font Color

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

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


#cca3fb Background Color

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

This div background color is #cca3fb


#cca3fb Border Color

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

This div border color is #cca3fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(204,163,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cca3fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cca3fb;
  -webkit-box-shadow: 1px 1px 3px 2px #cca3fb;
  box-shadow:         1px 1px 3px 2px #cca3fb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,163,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca3fb


Comments

No comments written yet.

Please login to write comment.