Color Hex Logo

#ca6dfa Color Hex

#CA6DFA
(202,109,250)
0 Favorites   0 Comments

Color spaces of #ca6dfa

RGB 202109250
HSL0.780.930.70
HSV280°56°98°
CMYK 0.190.560.00   0.02
XYZ47.081130.396093.8280
Yxy30.39600.27480.1774
Hunter Lab55.132655.9502-62.3106
CIE-Lab61.994459.4322-55.8482

#ca6dfa color RGB value is (202,109,250).

#ca6dfa hex color red value is 202, green value is 109 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ca6dfa hue: 0.78 , saturation: 0.93 and the lightness value of ca6dfa is 0.70.

The process color (four color CMYK) of #ca6dfa color hex is 0.19, 0.56, 0.00, 0.02. Web safe color of #ca6dfa is #cc66ff. Color #ca6dfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01101101 11111010
Octal 312 155 372
Decimal 202 109 250
Hex CA 6D FA

RGB Percentages of Color #ca6dfa

%36.01
%19.43
%44.56

CMYK Percentages of Color #ca6dfa

%19
%56
%0
%2

Triadic Colors of #ca6dfa

#ca6dfa #faca6d #6dfaca

Analogous Colors of #ca6dfa

#ca6dfa #fa6de4 #846dfa

Monochromatic Colors of #ca6dfa

#ca6dfa

Complementary Color

#ca6dfa #9dfa6d

#ca6dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca6dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca6dfa Color CSS Codes

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

#ca6dfa Text Font Color

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

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


#ca6dfa Background Color

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

This div background color is #ca6dfa


#ca6dfa Border Color

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

This div border color is #ca6dfa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(202,109,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ca6dfa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ca6dfa;
  -webkit-box-shadow: 1px 1px 3px 2px #ca6dfa;
  box-shadow:         1px 1px 3px 2px #ca6dfa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,109,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca6dfa


Comments

No comments written yet.

Please login to write comment.