Color Hex Logo

#ca6be1 Color Hex

#CA6BE1
(202,107,225)
0 Favorites   0 Comments

Color spaces of #ca6be1

RGB 202107225
HSL0.800.660.65
HSV288°52°88°
CMYK 0.100.520.00   0.12
XYZ43.205428.508274.4596
Yxy28.50820.29560.1950
Hunter Lab53.393151.0034-45.3080
CIE-Lab60.345155.3733-44.5749

#ca6be1 color RGB value is (202,107,225).

#ca6be1 hex color red value is 202, green value is 107 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #ca6be1 hue: 0.80 , saturation: 0.66 and the lightness value of ca6be1 is 0.65.

The process color (four color CMYK) of #ca6be1 color hex is 0.10, 0.52, 0.00, 0.12. Web safe color of #ca6be1 is #cc66cc. Color #ca6be1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01101011 11100001
Octal 312 153 341
Decimal 202 107 225
Hex CA 6B E1

RGB Percentages of Color #ca6be1

%37.83
%20.04
%42.13

CMYK Percentages of Color #ca6be1

%10
%52
%0
%12

Triadic Colors of #ca6be1

#ca6be1 #e1ca6b #6be1ca

Analogous Colors of #ca6be1

#ca6be1 #e16bbd #8f6be1

Monochromatic Colors of #ca6be1

#ca6be1

Complementary Color

#ca6be1 #82e16b

#ca6be1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca6be1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca6be1 Color CSS Codes

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

#ca6be1 Text Font Color

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

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


#ca6be1 Background Color

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

This div background color is #ca6be1


#ca6be1 Border Color

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

This div border color is #ca6be1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca6be1


Comments

No comments written yet.

Please login to write comment.