Color Hex Logo

#ca65bb Color Hex

#CA65BB
(202,101,187)
0 Favorites   0 Comments

Color spaces of #ca65bb

RGB 202101187
HSL0.860.490.59
HSV309°50°79°
CMYK 0.000.500.07   0.21
XYZ37.980425.451849.9246
Yxy25.45180.33510.2245
Hunter Lab50.449846.0941-23.3580
CIE-Lab57.513051.4127-27.4761

#ca65bb color RGB value is (202,101,187).

#ca65bb hex color red value is 202, green value is 101 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ca65bb hue: 0.86 , saturation: 0.49 and the lightness value of ca65bb is 0.59.

The process color (four color CMYK) of #ca65bb color hex is 0.00, 0.50, 0.07, 0.21. Web safe color of #ca65bb is #cc66cc. Color #ca65bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01100101 10111011
Octal 312 145 273
Decimal 202 101 187
Hex CA 65 BB

RGB Percentages of Color #ca65bb

%41.22
%20.61
%38.16

CMYK Percentages of Color #ca65bb

%0
%50
%7
%21

Triadic Colors of #ca65bb

#ca65bb #bbca65 #65bbca

Analogous Colors of #ca65bb

#ca65bb #ca6589 #a765ca

Monochromatic Colors of #ca65bb

#ca65bb

Complementary Color

#ca65bb #65ca74

#ca65bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca65bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca65bb Color CSS Codes

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

#ca65bb Text Font Color

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

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


#ca65bb Background Color

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

This div background color is #ca65bb


#ca65bb Border Color

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

This div border color is #ca65bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca65bb


Comments

No comments written yet.

Please login to write comment.