Color Hex Logo

#ca67bd Color Hex

#CA67BD
(202,103,189)
0 Favorites   0 Comments

Color spaces of #ca67bd

RGB 202103189
HSL0.860.480.60
HSV308°49°79°
CMYK 0.000.490.06   0.21
XYZ38.392725.931251.1258
Yxy25.93120.33250.2246
Hunter Lab50.922745.4638-23.8806
CIE-Lab57.971750.7634-27.9124

#ca67bd color RGB value is (202,103,189).

#ca67bd hex color red value is 202, green value is 103 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ca67bd hue: 0.86 , saturation: 0.48 and the lightness value of ca67bd is 0.60.

The process color (four color CMYK) of #ca67bd color hex is 0.00, 0.49, 0.06, 0.21. Web safe color of #ca67bd is #cc66cc. Color #ca67bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01100111 10111101
Octal 312 147 275
Decimal 202 103 189
Hex CA 67 BD

RGB Percentages of Color #ca67bd

%40.89
%20.85
%38.26

CMYK Percentages of Color #ca67bd

%0
%49
%6
%21

Triadic Colors of #ca67bd

#ca67bd #bdca67 #67bdca

Analogous Colors of #ca67bd

#ca67bd #ca678c #a667ca

Monochromatic Colors of #ca67bd

#ca67bd

Complementary Color

#ca67bd #67ca74

#ca67bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca67bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca67bd Color CSS Codes

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

#ca67bd Text Font Color

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

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


#ca67bd Background Color

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

This div background color is #ca67bd


#ca67bd Border Color

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

This div border color is #ca67bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca67bd


Comments

No comments written yet.

Please login to write comment.